Am 04.01.2011 03:05, schrieb Nathaniel:
OK: I get this message when running a .pir file from an embedded parrot interpreter, but not when I actually call parrot from a command line. My guess is that there is perhaps a .pbc file missing from the area where I have set up a runtime directory structure mimicking the rakudo release,
I have a different guess: Bool is a Perl 6 method, and Integer a parrot type (it's Int in Perl 6). So most likely a parrot integer is leaking into a Rakudo program without being reblessed into Int (which is a subclass of the parrot Integer class).
Cheers, Moritz
