[perl #61300] list assignment: arrays on LHS aren't filled properly

2008-12-20 Thread Patrick R. Michaud via RT
On Sat Dec 20 18:48:57 2008, cspencer wrote: > > Possible fix attached (though I'm nowhere near an expert on the > grammar/actions files). Yes, the fix appears to work (and doesn't cause any failures); now applied in r34184. Thanks! Pm

Re: [perl #61300] list assignment: arrays on LHS aren't filled properly

2008-12-19 Thread Patrick R. Michaud
On Thu, Dec 11, 2008 at 02:28:18PM -0800, Moritz Lenz wrote: > > 23:27 < moritz_> rakudo: my ($x, @y) = ; say @y.perl > 23:27 < p6eval> rakudo 33813: OUTPUT["b"␤] > > so @y gets only the first element, when in fact it should get all the rest. The problem is that array variables in lists are bein

[perl #61300] list assignment: arrays on LHS aren't filled properly

2008-12-12 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #61300] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=61300 > 23:27 < moritz_> rakudo: my ($x, @y) = ; say @y.perl 23:27 < p6eval> rakudo 33813: OUTPUT