On Fri May 21 10:41:39 2010, pkail...@gmail.com wrote:
> Please review the patch attached which lets hyper operators be used on
> nested arrays like (1, 2, [3, 4]).
> 
>     >> perl6 -e 'my @r = (1, 2, [3, 4]) >>+<< (4, 5, [6, 7]); say @r.perl'
>     [5, 7, [9, 11]]
> 
>     >> perl6 -e 'my @r = (1, 2, [3, 4]); @r>>++; say @r.perl'
>     [2, 3, [4, 5]]
> 
> More tests were added to properly compare the nested arrays (not just
> comparing the stringified arrays).
> 
> Patched files:
>     src/core/metaops.pm
>     t/spec/S03-metaops/hyper.t
> 
> Thanks,
> Prakash Kailasa

Prakash -

Sorry it's taken us so long to get to this patch, but it no longer applies 
cleanly[1]; but on the 
plus side, it look like this works; closing ticket.

Thanks!

[1] Might even have been your patch that did it, and this ticket was just never 
closed.
-- 
Will "Coke" Coleda

Reply via email to