[perl #62836] Null PMC access when calling user-declared sub in List:: class

2009-07-03 Thread Will Coleda via RT
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

[perl #62836] Null PMC access when calling user-declared sub in List:: class

2009-02-13 Thread Vasily Chekalkin via RT
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: $ ../.

[perl #62836] Null PMC access when calling user-declared sub in List:: class

2009-02-13 Thread Vasily Chekalkin via RT
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

[perl #62836] Null PMC access when calling user-declared sub in List:: class

2009-01-27 Thread Carl Mäsak
# 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() [..