[perl #75440] [BUG] ranges from multiple application of X not working

2011-10-04 Thread Will Coleda via RT
On Wed Aug 11 09:49:17 2010, coke wrote: > On Sun May 30 01:07:08 2010, richardh wrote: > > from IRC #perl6 May 30 > > > > plain application of X works: > > > > finanalyst: rakudo: for 1,2 X { say "$^x $^y" } > > p6eval: rakudo 34542f: OUTPUT«1 a 1 b␤2 a 2 b␤» > > > > multiple application does

[perl #75440] [BUG] ranges from multiple application of X not working

2010-08-11 Thread Will Coleda via RT
On Sun May 30 01:07:08 2010, richardh wrote: > from IRC #perl6 May 30 > > plain application of X works: > > finanalyst: rakudo: for 1,2 X { say "$^x $^y" } > p6eval: rakudo 34542f: OUTPUT«1 a 1 b␤2 a 2 b␤» > > multiple application does not: > > finanalyst: rakudo: for 1,2 X ( X 'x') { say "$^x

[perl #75440] [BUG] ranges from multiple application of X not working

2010-05-30 Thread via RT
# New Ticket Created by Richard Hainsworth # Please include the string: [perl #75440] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=75440 > from IRC #perl6 May 30 plain application of X works: finanalyst: rakudo: for 1,2