[perl #131845] Binding a Seq to a `@` variable tries to consume it first

2017-08-06 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Not sure if this info is relevant now, but the hang was introduced in (2016-02-18) https://github.com/rakudo/rakudo/commit/9983c2c8434ed81c532a5706996f284283b48d0a On 2017-08-05 06:33:14, c...@zoffix.com wrote: > Since Seq is not a Positional type, *binding* it to a `@` variable is > typecheck err

Re: [perl #131846] [BUG] combinations not accepting Inf/Whatever as upper bound (Regression)

2017-08-06 Thread Elizabeth Mattijsen via RT
Added to my todo list > On 6 Aug 2017, at 17:13, Joshua (via RT) wrote: > > # New Ticket Created by Joshua > # Please include the string: [perl #131846] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=131846 > > > > Prev

Re: [perl #131846] [BUG] combinations not accepting Inf/Whatever as upper bound (Regression)

2017-08-06 Thread Elizabeth Mattijsen
Added to my todo list > On 6 Aug 2017, at 17:13, Joshua (via RT) wrote: > > # New Ticket Created by Joshua > # Please include the string: [perl #131846] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=131846 > > > > Prev

[perl #131847] [BUG] Anon state var doesn't work in regex (Regression)

2017-08-06 Thread via RT
# New Ticket Created by Joshua # Please include the string: [perl #131847] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131847 > An array of tokens used to be able to match like this: my token foo { 'foo' }; my token bar {

[perl #131846] [BUG] combinations not accepting Inf/Whatever as upper bound (Regression)

2017-08-06 Thread via RT
# New Ticket Created by Joshua # Please include the string: [perl #131846] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131846 > Previously this used to work (1,2,3).combinations(2..*) but now it fails with the error: Cann