[perl #73992] [BUG] Null PMC access when assigning to a lexical in a CHECK or an INIT phaser block in Rakudo

2011-10-08 Thread Will Coleda via RT
On Fri Apr 02 04:49:04 2010, masak wrote: > rakudo: my $a; CHECK { $a = 42 } > rakudo 63ff06: OUTPUT�Null PMC access in getprop() [...] > rakudo: my $a; INIT { $a = 42 } > rakudo 63ff06: OUTPUT�Null PMC access in getprop() [...] > * masak submits rakudobug Current behavior: 15:57 < [Coke]> ra

[perl #73992] [BUG] Null PMC access when assigning to a lexical in a CHECK or an INIT phaser block in Rakudo

2010-04-02 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #73992] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=73992 > rakudo: my $a; CHECK { $a = 42 } rakudo 63ff06: OUTPUT«Null PMC access in getprop() [.