We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba8312 commit a6b1fa3Copy full SHA for a6b1fa3
src/vm/moar/QAST/QASTCompilerMAST.nqp
@@ -704,7 +704,8 @@ my class MASTCompilerInstance {
704
?? QAST::Op.new( :op('null_s') )
705
!! QAST::SVal.new( :value($serialized) ),
706
QAST::Var.new( :name('cur_sc'), :scope('local') ),
707
- $sh_ast,
+ $sh_ast, # XXX I had to leave this in, otherwise the JS backend doesn't build.
708
+ # I would love some help figuring out why!
709
QAST::Block.new( :blocktype('immediate'), $cr_ast ),
710
QAST::Var.new( :name('conflicts'), :scope('local') )
711
),
0 commit comments