On Wed Jan 25 14:49:07 2012, jn...@jnthn.net wrote: > On Wed Jan 25 14:02:06 2012, pawel.pab...@implix.com wrote: > > bbkr > > rakudo: class A { has Int $.id; }; class B is A { submethod BUILD ( > > :$!id = 10 ) { } }; B.new > > > > p6eval > > rakudo 3670b7: OUTPUT«Null PMC access in get_pmc_keyed_str() in > > submethod BUILD at /tmp/NGnaIv23u2:1 in method BUILDALL at > > src/gen/CORE.setting:583 in method bless at > > src/gen/CORE.setting:573 in method new at > > src/gen/CORE.setting:558 in block <anon> at /tmp/NGnaIv23u2:1 > > in <… > > > > This is now caught and reported at compile time. Giving for testing. > > Thanks, > > Jonathan
This was actually tested the next day. Closing ticket. commit 4aeddd7ffa7ca5870ca4754b53170d6b3e6453dc Author: Moritz Lenz <mor...@faui2k3.org> Date: Thu Jan 26 11:47:34 2012 +0100 test for RT #109064 -- Will "Coke" Coleda