On Wed Mar 05 03:33:39 2008, cognominal wrote:
> In rakudo, when a Perl6 class is derived from a pmc with the same
> name, overriding pmc method is impossible.
> This is the case in Hash.pir We see below that the Hash pmc
> get_string() method is called not
> the supposedly overriding method.
> Regular methods are properly called.
> 
> 
> $rakudo
> my %a; say %a
> Hash[0x1b61a48]
> 

The sample code given here now generates:

$ ./perl6
> my %a; say %a

>

... Can I close this ticket? (Or can we get a new code snippet  (preferably 
PIR) that duplicates 
the issue? Thanks.



Reply via email to