Skip to content

Instantly share code, notes, and snippets.

@rurban
Last active August 29, 2015 13:57
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 rurban/9605884 to your computer and use it in GitHub Desktop.
Save rurban/9605884 to your computer and use it in GitHub Desktop.
rakudo 1aeb7c3
What could this be?
./perl6-p --setting=NULL --optimize=3 --target=pir --stagestats --output=src/gen/p-CORE.setting.pir gen/parrot/CORE.setting
Stage start : 0.000
Error while compiling, type X::Undeclared::Symbols
post_types: Hash<5920886953964591723>
unk_types: Hash<5920886953964600947>
unk_routines: Hash<5920886953964564843>
routine_suggestion: Hash<5920886953964562799>
type_suggestion: Hash<5920886953964569977>
line: Int<5920886953964551546>
modules: Parcel<5920886953964587105>
pre: <BOL>
post: <EOL>
highexpect: Parcel<5920886953964592231>
is-compile-time: Int<5920886953972933750>
filename: gen/parrot/CORE.setting
at line 17723, near ""
current instr.: 'panic' pc 15934 (gen/parrot/stage2/NQPHLL.pir:5941) (gen/parrot/stage2/NQPHLL.nqp:425)
called from Sub 'typed_exception' pc 36363 (src/gen/perl6-symboltable.pir:14407) (src/Perl6/World.nqp:2575)
called from Sub 'typed_sorry' pc 7266 (src/gen/perl6-grammar.pir:2971) (src/Perl6/Grammar.nqp:227)
called from Sub 'explain_mystery' pc 321967 (src/gen/perl6-grammar.pir:110919) (src/Perl6/Grammar.nqp:3757)
called from Sub '' pc 63757 (src/gen/perl6-grammar.pir:23713) (src/Perl6/Grammar.nqp:1021)
called from Sub 'comp_unit' pc 59298 (src/gen/perl6-grammar.pir:21814) (src/Perl6/Grammar.nqp:858)
called from Sub 'TOP' pc 17563 (src/gen/perl6-grammar.pir:7162) (src/Perl6/Grammar.nqp:345)
called from Sub 'parse' pc 20104 (gen/parrot/stage2/QRegex.pir:8149) (gen/parrot/stage2/QRegex.nqp:1292)
called from Sub 'parse' pc 32995 (gen/parrot/stage2/NQPHLL.pir:13104) (gen/parrot/stage2/NQPHLL.nqp:1425)
called from Sub '' pc 32433 (gen/parrot/stage2/NQPHLL.pir:12896) (gen/parrot/stage2/NQPHLL.nqp:1380)
called from Sub 'compile' pc 32224 (gen/parrot/stage2/NQPHLL.pir:12811) (gen/parrot/stage2/NQPHLL.nqp:1372)
called from Sub 'eval' pc 27909 (gen/parrot/stage2/NQPHLL.pir:10996) (gen/parrot/stage2/NQPHLL.nqp:1129)
called from Sub 'evalfiles' pc 31204 (gen/parrot/stage2/NQPHLL.pir:12390) (gen/parrot/stage2/NQPHLL.nqp:1339)
called from Sub 'command_eval' pc 30004 (gen/parrot/stage2/NQPHLL.pir:11916) (gen/parrot/stage2/NQPHLL.nqp:1268)
called from Sub 'command_eval' pc 355 (src/gen/perl6-compiler.pir:190) (src/Perl6/Compiler.nqp:17)
called from Sub 'command_line' pc 29040 (gen/parrot/stage2/NQPHLL.pir:11515) (gen/parrot/stage2/NQPHLL.nqp:1218)
called from Sub 'MAIN' pc 345 (src/gen/perl6.pir:128) (gen/parrot/main.nqp:45)
called from Sub '' pc 317 (src/gen/perl6.pir:112) (gen/parrot/main.nqp:35)
called from Sub '' pc 1219 (src/gen/perl6.pir:447) (gen/parrot/main.nqp:60)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment