Test added in
https://github.com/perl6/roast/commit/1f171a9d2f0dd973a5e0d5c0c34a6f50b91da81f

Closing

On 2018-03-08 10:28:12, jan-olof.hen...@bredband.net wrote:
> On Fri, 27 Nov 2015 12:30:15 -0800, zengargo...@gmail.com wrote:
> > autarch noticed an oddness in File::Temp when used with .hyper:
> > https://gist.github.com/autarch/a701c62a40643169913f
> >
> > Seems to be golfable to this:
> >
> > sub foo() { my $x = "*" x 2; $x ~~ s/ "*" ** 1..* /{ "+" x $/.chars
> > }/; $x}; (1..100).map({say foo});
> >
> > Make that (1.100).hyper.map ... and bad things happen.
>
> Fixed with commits 739d1a3f1c48656daf418967089e74f5f280f518 and
> 61a77e60a7d936415503d8916fcc7546569e9135. Tests needed.

Reply via email to