Hi, this is fixed as of: 71b98224ad366474124d8450512b6441dbbc4938 Though, you also need to update NQP, either by doing it manually or by running the Configure.pl script in rakudo which takes care of that.
Cheers, FROGGS Am 03.10.2014 um 17:24 schrieb Francis (Grizzly) Smit: > The bug is in the $*IN.get method and happens with all the inputs I've > tried > > > 01:13:36 grizzlysmit@rakbat:~/Projects/perl/perl6/testing0$ ./bug.p6 > i > seek failed: -1 > in method eof at gen/parrot/CORE.setting:14727 > in method get at gen/parrot/CORE.setting:14735 > in block <unit> at ./bug.p6:3 > > 01:20:29 grizzlysmit@rakbat:~/Projects/perl/perl6/testing0$ cat bug.p6 > #!/home/grizzlysmit/rakudo/rakudo/install/bin/perl6-p > use v6; > $*IN.get; > > > > >