On Tue Jan 27 06:10:21 2009, masak wrote: > <masak> rakudo: sub List::a {}; <1 2 3>.a > <p6eval> rakudo 36054: OUTPUT«Null PMC access in invoke() [...] > > I'm not at all sure subs should be called that way, but a Null PMC > access is always wrong.
In recent rakudo it complains about routine definition: $ ../../parrot perl6.pbc -e 'sub List::a {}; <1 2 3>.a' Malformed routine definition at line 1, near "List::a {}" Probably as side-effect of jonathan++ STD.pm merging. -- Bacek