On Sun May 02 04:54:58 2010, moritz wrote:
> 13:53 <@moritz_> rakudo: class A is Array { }; my $a = A.new; $a[0] = 'baz'
> 13:53 <+p6eval> rakudo c4857a: OUTPUT«Null PMC access in
> invoke()current instr.: 'perl6;Proxy;!STORE' pc 14609
> (src/builtins/Routine.pir:151)»
01:35 <[Coke]> rakudo: class A is Array { }; my $a = A.new; $a[0] = 'baz';
$a.say
01:35 <p6eval> rakudo fcc46e: OUTPUT«baz»
Works now. Just needs a spectest.
--
Will "Coke" Coleda
