[perl #78026] [BUG] Stringifying the result of a Zxx operation exposes what is probably a variation of the take bug in Rakudo

2011-10-13 Thread Carl Mäsak via RT
On Fri Sep 24 06:25:32 2010, masak wrote: > rakudo: say ( Zxx 0,1,0,1,0) # via TimToady, backlog > rakudo 5e7b43: OUTPUT«bd␤» > rakudo: say ( Zxx 0,1,0,1,0).Str > rakudo 5e7b43: OUTPUT«e e␤» > * masak submits rakudobug > looks like a variation of the take bug again > aye. > rakudo: say ( e

[perl #78026] [BUG] Stringifying the result of a Zxx operation exposes what is probably a variation of the take bug in Rakudo

2010-09-24 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #78026] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=78026 > rakudo: say ( Zxx 0,1,0,1,0) # via TimToady, backlog rakudo 5e7b43: OUTPUT«bd␤» rakud