# 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_> now I'm confused
<moritz_> rakudo: say (4 ... 0, 1, 2, 3, 4).perl
<p6eval> rakudo d59da8: OUTPUT«(4, 3, 2, 1)␤»
<moritz_> why does it throw away all those additional values? bug?
<moritz_> colomon, any idea?
<masak> I'd say it's a bug, yes.
<moritz_> masak: care to submit it?
* masak submits it
<moritz_> masak: btw I found it while checking an older bug report of
yours, RT #72912
<colomon> oh, that's easy.  bug
<colomon> well, NYI
<moritz_> ok
<masak> I'll include that in the ticket.

Expected output from both these are, IIUC, (4, 3, 2, 1, 0, 1, 2, 3, 4).

Reply via email to