On Sun Jul 11 06:30:54 2010, masak wrote:
> <cosimo> rakudo: my %h=('a'=>1,'b'=>2); my $h_ref=\%h; say $h_ref.{'a'}
> <p6eval> rakudo 7579f7: OUTPUT�Null PMC access in type() [...]
> <cosimo> mmh* masak submits rakudobug
> <masak> rakudo: say (\my %h)<a>
> <p6eval> rakudo 7579f7: OUTPUT�Null PMC access in type() [...]
the NPA is gone, but I'm not sure this is better:
11:58 < [Coke]> rakudo: my %h=('a'=>1,'b'=>2); my $h_ref=\%h; say $h_ref.{'a'}
11:59 <+p6eval> rakudo f6eb61: OUTPUT«exists_keyed_str() not implemented in
class 'Mu' in method at_key at src/gen/CORE.setting:3249 in
method postcircumfix:<{ }> at src/gen/CORE.setting:1011 in
block <anon> at /tmp/J7FOLR_f3K:1 in <anon> at
/tmp/J7FOLR_f3K:1»
11:59 < [Coke]> rakudo: say (\my %h)<a>
11:59 <+p6eval> rakudo f6eb61: OUTPUT«exists_keyed_str() not implemented in
class 'Mu' in method at_key at src/gen/CORE.setting:3249 in
method postcircumfix:<{ }> at src/gen/CORE.setting:1011 in
block <anon> at /tmp/5rDn0XQCzx:1 in <anon> at
/tmp/5rDn0XQCzx:1»
--
Will "Coke" Coleda