Skip to content

Commit 4cf7f13

Browse files
committed
Bump MOAR_REVISION; map async proc bits.
1 parent f29fffc commit 4cf7f13

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/vm/moar/QAST/QASTOperationsMAST.nqp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2567,6 +2567,8 @@ QAST::MASTOperations.add_core_moarop_mapping('asyncwritestr', 'asyncwritestr');
25672567
QAST::MASTOperations.add_core_moarop_mapping('asyncwritebytes', 'asyncwritebytes');
25682568
QAST::MASTOperations.add_core_moarop_mapping('asyncreadchars', 'asyncreadchars');
25692569
QAST::MASTOperations.add_core_moarop_mapping('asyncreadbytes', 'asyncreadbytes');
2570+
QAST::MASTOperations.add_core_moarop_mapping('spawnprocasync', 'spawnprocasync');
2571+
QAST::MASTOperations.add_core_moarop_mapping('killprocasync', 'killprocasync', 1);
25702572

25712573
# MoarVM-specific compilation ops
25722574
QAST::MASTOperations.add_core_moarop_mapping('masttofile', 'masttofile', 2);

tools/build/MOAR_REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2014.07-116-g9a4fda8
1+
2014.07-365-g29d2e7b

0 commit comments

Comments
 (0)