Skip to content

Instantly share code, notes, and snippets.

@niner
Created November 17, 2021 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niner/2fcd520e859b00c5a25a79ea17ccfceb to your computer and use it in GitHub Desktop.
Save niner/2fcd520e859b00c5a25a79ea17ccfceb to your computer and use it in GitHub Desktop.
--- a/src/Perl6/Actions.nqp
+++ b/src/Perl6/Actions.nqp
@@ -10188,10 +10188,6 @@ class Perl6::Actions is HLL::Actions does STDActions {
QAST::Var.new( :scope('local'), :name($exceptionreg) )
)
),
- QAST::Op.new( :op('p6store'),
- QAST::Op.new( :op('getlexouter'), QAST::SVal.new( :value('$!') ) ),
- WANTED(QAST::Var.new( :scope('lexical'), :name('$_') ),'set_block_handler'),
- )
));
# If the handler has a succeed handler, then make sure we sink
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment