[perl #75674] [BUG] [TODO] Make 4 ... 0, 1, 2, 3, 4 (an infix:... with a list to the right) do the right thing in Rakudo

2012-11-13 Thread Will Coleda via RT
On Sat Jun 12 08:35:16 2010, jn...@jnthn.net wrote: On Sat Jun 12 08:16:42 2010, dimid wrote: fix for this bug into attach Patch applied, awaiting test coverage. Jonathan Tests added to S03-sequence/basic.t (with minor whitespace tweak from TimToady++); -- Will Coke Coleda

[perl #75674] [BUG] [TODO] Make 4 ... 0, 1, 2, 3, 4 (an infix:... with a list to the right) do the right thing in Rakudo

2010-06-11 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #75674] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=75674 moritz_ rakudo: say (4...^5).perl p6eval rakudo d59da8: OUTPUT«(4, 3, 2, 1)␤» moritz_