Re: [perl #76110] [BUG] Nested triangular reduce produces empty list

2011-01-31 Thread Will Coleda
On Mon, Jan 31, 2011 at 2:10 AM, Will Coleda via RT wrote: > On Tue Jul 06 04:44:22 2010, masak wrote: >> rakudo: say [+] [1,2,3] # bug courtesy of TimToady++ >> rakudo 04a918: OUTPUT«6␤» >> * masak submits rakudobug >> [] should never flatten in a listop > > Answer's changed. (Is it right? Du

[perl #76110] [BUG] Nested triangular reduce produces empty list

2011-01-30 Thread Will Coleda via RT
On Tue Jul 06 04:44:22 2010, masak wrote: > rakudo: say [+] [1,2,3] # bug courtesy of TimToady++ > rakudo 04a918: OUTPUT«6␤» > * masak submits rakudobug > [] should never flatten in a listop Answer's changed. (Is it right? Dunno). > say [+] [1,2,3] 3 -- Will "Coke" Coleda

[perl #76110] [BUG] Nested triangular reduce produces empty list

2011-01-30 Thread Will Coleda via RT
On Sat Jun 26 00:44:28 2010, ml...@physik.uni-wuerzburg.de wrote: > 09:33 < tylercurtis> rakudo: say [\+] [\+] 1 xx 5 > 09:33 < p6eval> rakudo ea8f2b: ( no output ) > > doesn't work :( > > 09:33 < tylercurtis> pugs: say [\+] [\+] 1 xx 5 > 09:33 < p6eval> pugs: OUTPUT«1361015␤» > > Yep, pugs get

[perl #76110] [BUG] Nested triangular reduce produces empty list

2010-07-06 Thread Carl Mäsak via RT
rakudo: say [+] [1,2,3] # bug courtesy of TimToady++ rakudo 04a918: OUTPUT«6␤» * masak submits rakudobug [] should never flatten in a listop masak: the [+] [1, 2, 3] bug might be related to http://rt.perl.org/rt3/Ticket/Display.html?id=76110 * masak looks the final question seems to indicate

[perl #76110] [BUG] Nested triangular reduce produces empty list

2010-06-28 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #76110] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76110 > 09:33 < tylercurtis> rakudo: say [\+] [\+] 1 xx 5 09:33 < p6eval> rakudo ea8f2b: ( no ou