On Wed Dec 17 13:31:07 2014, barto...@gmx.de wrote:
> Nowadays this fails with a typed exception X::Sequence::Deduction
> 
> $ ./perl6 -e 'say 1, 2, 6 ... *'
> ===SORRY!===
> Unable to deduce arithmetic or geometric sequence from 1,2,6 (or did
> you really mean '..'?)
> 
> $ ./perl6 -e 'say 1, 2, 6 ... 10'
> ===SORRY!===
> Unable to deduce arithmetic or geometric sequence from 1,2,6 (or did
> you really mean '..'?)
> 
> $ ./perl6 -e 'say ~(1, 2, 6 ... *)[10]'
> ===SORRY!===
> Unable to deduce arithmetic or geometric sequence from 1,2,6 (or did
> you really mean '..'?)
> 
> That looks fine to me. If no one objects I'll add a test for this and
> close the ticket.

I added two tests to S03-sequence/misc.t with commit 
https://github.com/perl6/roast/commit/f6f6e0b637

I'm closing this ticket now.

Reply via email to