On Sun May 27 21:13:06 2012, coke wrote:
> On Tue Sep 20 23:03:06 2011, woosley.xu wrote:
> > (13:50:48) woosley: rakudo: my @a = 1,3,5 ... *; say @a[^4]
> > (13:50:49) p6eval: rakudo f1c805: OUTPUT«1 3 5 7␤»
> > 
> > (13:46:40) woosley: perl6: my @odd = 1,3,5 ... 8; say @odd[^4]
> > (13:47:05) p6eval: rakudo f1c805, niecza v9-32-g380d891: OUTPUT«(timeout)»
> > 
> > according to S03, '1,3,5 ... 8' should act as '1,3,5 ... *'
> > 
> 
> S03 now says the opposite:
> 
> --
> Likewise, this is all of the even numbers:
> 
>     my $end = 7;
>     0,2,4 ... $end
> --
> 
> Rejecting ticket.

Whops. This isn't the opposite of what you said, ti's the same thing.

Reopening ticket.

(note to self, don't wrangle tickets at this hour.)

-- 
Will "Coke" Coleda

Reply via email to