On Mon Oct 15 15:34:21 2012, [email protected] wrote:
> On Mon Oct 15 07:24:57 2012, masak wrote:
> > <masak> r: say (class { has $.x }).new.x.HOW
> > <p6eval> rakudo 8a07b8: OUTPUT«Null PMC access in get_bool()␤  in
> > attributes [...] in method perl [...] in method gist [...] in sub say
> > [...]
> > * masak submits rakudobug
> > <masak> r: say (1/2).numerator.HOW
> > <p6eval> rakudo 8a07b8: OUTPUT«Null PMC access in get_bool() [...]
> 
> Fixed:
> 
> > say (class { has $.x }).new.x.HOW
> Perl6::Metamodel::ClassHOW.new()
> > say (1/2).numerator.HOW
> Perl6::Metamodel::ClassHOW.new()
> 
> Tagging testneeded.
> 
> /jnthn

Tests added to S12-class/attributes.t.
-- 
Will "Coke" Coleda

Reply via email to