Skip to content

Instantly share code, notes, and snippets.

@FROGGS
Created August 4, 2014 16:38
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 FROGGS/5a8688b59c1b06137ec1 to your computer and use it in GitHub Desktop.
Save FROGGS/5a8688b59c1b06137ec1 to your computer and use it in GitHub Desktop.
froggs@TL02L-R8RXTCW-linux:~/dev/rakudo$ perl6-p -Ilib -e 'use Test; say :10("111")'
invoke() not implemented in class 'NQPLexPad'
in sub infix:<eq> at gen/parrot/CORE.setting:1433
in sub unbase at gen/parrot/CORE.setting:6905
in block at -e:1
froggs@TL02L-R8RXTCW-linux:~/dev/rakudo$ perl6-p -Ilib -e 'use Test; say :10("111")'
Speicherzugriffsfehler (Speicherabzug geschrieben)
froggs@TL02L-R8RXTCW-linux:~/dev/rakudo$ perl6-p -Ilib -e 'use Test; say :10("111")'
invoke() not implemented in class 'Perl6::Grammar'
in sub infix:<eq> at gen/parrot/CORE.setting:1433
in sub unbase at gen/parrot/CORE.setting:6905
in block at -e:1
froggs@TL02L-R8RXTCW-linux:~/dev/rakudo$ perl6-p -Ilib -e 'use Test; say :10("111")'
invoke() not implemented in class 'ResizablePMCArray'
in sub infix:<eq> at gen/parrot/CORE.setting:1433
in sub unbase at gen/parrot/CORE.setting:6905
in block at -e:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment