Skip to content

Commit

Permalink
bump Moar Revision and map mulditimref_* ops
Browse files Browse the repository at this point in the history
  • Loading branch information
timo committed Dec 12, 2015
1 parent 21e8038 commit 65ea65a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/vm/moar/QAST/QASTOperationsMAST.nqp
Original file line number Diff line number Diff line change
Expand Up @@ -2340,6 +2340,9 @@ QAST::MASTOperations.add_core_moarop_mapping('atposnd', 'atposnd_o');
QAST::MASTOperations.add_core_moarop_mapping('atposnd_i', 'atposnd_i');
QAST::MASTOperations.add_core_moarop_mapping('atposnd_n', 'atposnd_n');
QAST::MASTOperations.add_core_moarop_mapping('atposnd_s', 'atposnd_s');
QAST::MASTOperations.add_core_moarop_mapping('multidimref_i', 'multidimref_i');
QAST::MASTOperations.add_core_moarop_mapping('multidimref_n', 'multidimref_n');
QAST::MASTOperations.add_core_moarop_mapping('multidimref_s', 'multidimref_s');
QAST::MASTOperations.add_core_moarop_mapping('atkey', 'atkey_o');
QAST::MASTOperations.add_core_moarop_mapping('atkey_i', 'atkey_i');
QAST::MASTOperations.add_core_moarop_mapping('atkey_n', 'atkey_n');
Expand Down
1 change: 1 addition & 0 deletions tools/build/MOAR_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
2015.11-34-gc3eea17
2015.11-43-gcf0d86b

0 comments on commit 65ea65a

Please sign in to comment.