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
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
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
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
# 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