Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
[BUG] [TODO] Make 4 ... 0, 1, 2, 3, 4 (an infix:<...> with a list to the right) do the right thing in Rakudo
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
"Carl Mäsak"  
View profile  
 More options Jun 11 2010, 9:07 am
Newsgroups: perl.perl6.compiler
From: perl6-bugs-follo...@perl.org ("Carl Mäsak")
Date: Fri, 11 Jun 2010 06:07:33 -0700
Local: Fri, Jun 11 2010 9:07 am
Subject: [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
# 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).


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
"Will Coleda via RT"  
View profile  
 More options Nov 13 2012, 11:15 pm
Newsgroups: perl.perl6.compiler
From: perl6-bugs-follo...@perl.org ("Will Coleda via RT")
Date: Tue, 13 Nov 2012 20:09:22 -0800
Local: Tues, Nov 13 2012 11:09 pm
Subject: [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
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »