On Mon Feb 16 08:10:54 2015, Mouq wrote:
> Seems to be okay now, even for larger numbers:
>
> 11:09 <Mouq> r: my $code = "\$" ~ 1 x 1000000; EVAL $code; say "alive"
> 11:10 <camelia> rakudo-{parrot,moar} f4379c: OUTPUT«alive»
>
> Marking as testneeded
>
> On Fri Mar 29 08:24:51 2013, coke wrote:
> > On Thu Dec 01 03:44:40 2011, bbkr wrote:
> > > Doesn't crash on 2011.11
> > >
> > > $ perl6 -e 'my $code = "\$" ~ 1 x 1024; eval $code; say "alive"'
> > > alive
> > >
> > > But i'm not sure if it also works - testing 111111.manydigitshere.11th
> > > capture is beyond capabilities of machines. Maybe there is a way to
> > > check if it aliases to $/[111111111.manydigitshere.11].
> >
> > Behavior has changed
> >
> > > my $code = "\$" ~ 1 x 1024; eval $code; say "alive"
> > Cannot use negative index -9223372036854775808 on Any
>
>
Test added in S05-capture/dot.t, closing ticket.
--
Will "Coke" Coleda