Re: [perl #60780] Trouble when iteration variables don't add up

2011-10-21 Thread Will Coleda
On Fri, Oct 21, 2011 at 9:14 AM, Will Coleda via RT wrote: > On Mon Sep 19 20:57:19 2011, coke wrote: >> On Mon Apr 05 14:21:29 2010, coke wrote: >> > On Sun Jan 11 00:21:58 2009, pmichaud wrote: >> > > On Mon Nov 24 09:12:36 2008, masak wrote: >> > > > rakudo: for 1..5 -> $a, $b { say $a, $b } >

[perl #60780] Trouble when iteration variables don't add up

2011-10-21 Thread Will Coleda via RT
On Mon Sep 19 20:57:19 2011, coke wrote: > On Mon Apr 05 14:21:29 2010, coke wrote: > > On Sun Jan 11 00:21:58 2009, pmichaud wrote: > > > On Mon Nov 24 09:12:36 2008, masak wrote: > > > > rakudo: for 1..5 -> $a, $b { say $a, $b } > > > > rakudo 33137: OUTPUT[12␤34␤StopIteration␤current > instr.:

[perl #60780] Trouble when iteration variables don't add up

2011-09-19 Thread Will Coleda via RT
On Mon Apr 05 14:21:29 2010, coke wrote: > On Sun Jan 11 00:21:58 2009, pmichaud wrote: > > On Mon Nov 24 09:12:36 2008, masak wrote: > > > rakudo: for 1..5 -> $a, $b { say $a, $b } > > > rakudo 33137: OUTPUT[12␤34␤StopIteration␤current instr.: > > > '_block11' pc 78 (EVAL_15:29)␤] > > > > > > I

[perl #60780] Trouble when iteration variables don't add up

2009-01-11 Thread Patrick R. Michaud via RT
On Mon Nov 24 09:12:36 2008, masak wrote: > rakudo: for 1..5 -> $a, $b { say $a, $b } > rakudo 33137: OUTPUT[12␤34␤StopIteration␤current instr.: > '_block11' pc 78 (EVAL_15:29)␤] > > I haven't searched the specs or the tests for what should happen, but > I'm pretty sure this shouldn't throw an e

[perl #60780] Trouble when iteration variables don't add up

2008-11-25 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #60780] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60780 > rakudo: for 1..5 -> $a, $b { say $a, $b } rakudo 33137: OUTPUT[12␤34␤StopIteration␤cur