[perl #64654] Null PMC access when calling a closure in an attribute containing the keyword 'self' in Rakudo

2009-06-30 Thread jn...@jnthn.net via RT
On Sat Apr 11 15:02:06 2009, masak wrote: > rakudo: class A { has $.cl = { self.say } }; A.new.cl()() > rakudo 5b679a: OUTPUT«Null PMC access in get_pmc_keyed() [...] > * masak submits rakudobug 307 Works in latest Rakudo; added test to S12-attributes/instance.t to make sure it keeps on working.

[perl #64654] Null PMC access when calling a closure in an attribute containing the keyword 'self' in Rakudo

2009-04-12 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #64654] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64654 > rakudo: class A { has $.cl = { self.say } }; A.new.cl()() rakudo 5b679a: OUTPUT«Null P