On Thu Feb 12 12:43:59 2009, bacek wrote:
> On Tue Jan 27 06:10:21 2009, masak wrote:
> > rakudo: sub List::a {}; <1 2 3>.a
> > 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.
>
> And i
On Tue Jan 27 06:10:21 2009, masak wrote:
> rakudo: sub List::a {}; <1 2 3>.a
> 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:
$ ../.
On Tue Jan 27 06:10:21 2009, masak wrote:
> rakudo: sub List::a {}; <1 2 3>.a
> 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.
And it actually works:
$ ../../parrot perl6.pbc -e 'class List
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #62836]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=62836 >
rakudo: sub List::a {}; <1 2 3>.a
rakudo 36054: OUTPUT«Null PMC access in invoke() [..