Re: [perl #129299] [REGEX] Quantified capture group breaks `$/.list`

2016-09-18 Thread Elizabeth Mattijsen
Fixed (for now at least) with 9b6f2eb5434e71f07bc649 . Tests still needed. > On 18 Sep 2016, at 19:30, Sam S. (via RT) > wrote: > > # New Ticket Created by Sam S. > # Please include the string: [perl #129299] > # in the subject line of all future correspondence about this issue. > # https:

Re: [perl #129299] [REGEX] Quantified capture group breaks `$/.list`

2016-09-18 Thread Elizabeth Mattijsen
Ah, found it: The List iterator assumes that a List cannot have “holes” in it. Apparently it can :-( Going to sleep on how to fix this. > On 18 Sep 2016, at 19:30, Sam S. (via RT) > wrote: > > # New Ticket Created by Sam S. > # Please include the string: [perl #129299] > # in the subjec

Re: [perl #129299] [REGEX] Quantified capture group breaks `$/.list`

2016-09-18 Thread Elizabeth Mattijsen
I’m looking into this. This appears to be an artefact of .gist on the list, caused by the say. Which also happens for .perl on the list. say $/.list.Str; # a c Suspecting the gistseen/perlseen machinery now. Investigating... > On 18 Sep 2016, at 19:30, Sam S. (via RT) > wrote: >