[perl #72916] [BUG] Null PMC access when calling a method on the return value of .^add_method in Rakudo

2011-10-04 Thread Will Coleda via RT
On Tue Sep 13 14:39:36 2011, bbkr wrote: > NOM: Still broken. > > bbkr:nom bbkr$ ./perl6 -e 'Rat.^add_method('lol', method ($what) { say > "lol$what" }).lol("cat")' > Could not find sub &lol > > To notice: Somehow it lost Rat context, I mean it does not print > something like "Method 'lol' not fo

[perl #72916] [BUG] Null PMC access when calling a method on the return value of .^add_method in Rakudo

2010-02-18 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #72916] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=72916 > rakudo: Rat.^add_method('lol', method ($what) { say "lol$what" }).lol('cat') rakudo 5d