On Sun Apr 19 09:16:27 2009, masak wrote:
> <masak> rakudo: class A { has $.x; method foo { $!x := 42 } }; my $a =
> A.new; $a.foo; say A.x
> <p6eval> rakudo c271e1: OUTPUT«Null PMC access in set_attr_str() [...]
> * masak submits rakudobugTurned out to be a PCT bug, which I tracked down and fixed. We bumped up to latest Parrot since, so I've added a test for this and it's now resolved. Thanks, Jonathan
