Skip to content

Instantly share code, notes, and snippets.

@jnthn
Created July 25, 2009 14:01
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 jnthn/154804 to your computer and use it in GitHub Desktop.
Save jnthn/154804 to your computer and use it in GitHub Desktop.
ResizablePMCArray: Can't pop from an empty array!
in code PCT::HLLCompiler::parse
called from code PCT::HLLCompiler::compile
called from code PCT::HLLCompiler::eval
called from code Perl6::Compiler::eval (src\gen_setting.pm:3343)
called from code PCT::HLLCompiler::interactive
called from code _block14 (test.p6:4)
called from code !UNIT_START
called from code PCT::HLLCompiler::eval
called from code Perl6::Compiler::eval (src\gen_setting.pm:3343)
called from code PCT::HLLCompiler::evalfiles
called from code PCT::HLLCompiler::command_line
called from code Perl6::Compiler::main (src\gen_setting.pm:3343)
diff --git a/perl6.pir b/perl6.pir
index 719e53b..d16b522 100644
--- a/perl6.pir
+++ b/perl6.pir
@@ -272,7 +272,7 @@ and report exceptions.
cur_sub = $P0
already_real:
$I0 = isa cur_sub, 'Routine'
- unless $I0 goto it_loop
+ #unless $I0 goto it_loop
# Show entry.
printerr intro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment