[perl #130604] [PARSER] Weirdness when mixing `..` and `...` without parens

2017-10-04 Thread Brian S. Julin via RT
On Mon, 02 Oct 2017 00:26:27 -0700, alex.jakime...@gmail.com wrote: > Oh. Maybe it's https://rt.perl.org/Ticket/Display.html?id=127279 ? > > On 2017-08-26 08:01:06, alex.jakime...@gmail.com wrote: > > Indeed, I'm not sure what I was smoking. > > On 2017-01-20 21:27:50, sml...@gmail.com wrote: > >

[perl #130604] [PARSER] Weirdness when mixing `..` and `...` without parens

2017-10-02 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Oh. Maybe it's https://rt.perl.org/Ticket/Display.html?id=127279 ? On 2017-08-26 08:01:06, alex.jakime...@gmail.com wrote: > Indeed, I'm not sure what I was smoking. > On 2017-01-20 21:27:50, sml...@gmail.com wrote: > > > It numifies ranges so that the number of elements is used. In other > > > wo

[perl #130604] [PARSER] Weirdness when mixing `..` and `...` without parens

2017-08-26 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Indeed, I'm not sure what I was smoking. On 2017-01-20 21:27:50, sml...@gmail.com wrote: > > It numifies ranges so that the number of elements is used. In other > > words, 1..2 > > works like 2 and 1..1 works like 1. > > No, if it worked like that then the first two examples would throw the > same

[perl #130604] [PARSER] Weirdness when mixing `..` and `...` without parens

2017-08-26 Thread Sam S. via RT
This bug is still present in Rakudo version 2017.08-8-g753c9a5ea built on MoarVM version 2017.08.1-19-g151a2563 implementing Perl 6.c.