On Fri Jun 05 03:05:41 2009, masak wrote: > <jnthn> rakudo: my ($meth) = Grammar.WALK(:name<parse>); > $meth(Perl6::Grammar.new, '42') > <p6eval> rakudo 10a9b2: OUTPUT«Null PMC access in find_method()in > method Perl6Object::WALK (src/gen_setting.pm:3207) [...] > <jnthn> Eww. > <jnthn> OK, oddness. > * masak submits rakudobug > <Matt-W> aah the first masakbug of the day
Works now: > my ($meth) = Grammar.WALK(:name<parse>); say $meth.name; parse And added a test to walk.t, so resolving. Thanks, Jonathan