On Fri Dec 30 13:19:01 2011, cognominal wrote: > nqp > > say('hi') > say('hi') > hi > > say('hi') > say('hi') > Null PMC access in find_method('new') > > >
$ ./nqp --version This is nqp version 2012.09.1-26-g5238d7b built on parrot 4.8.0 revision RELEASE_4_8_0 $ ./nqp > say("hi"); hi > say("hi"); hi > Fixed. Future nqp tickets should be logged against https://github.com/perl6/nqp/issues Regards. -- Will "Coke" Coleda