Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite loop on 'my @a[;];' #4900

Closed
p6rt opened this issue Dec 21, 2015 · 7 comments
Closed

Infinite loop on 'my @a[;];' #4900

p6rt opened this issue Dec 21, 2015 · 7 comments

Comments

@p6rt
Copy link

p6rt commented Dec 21, 2015

Migrated from rt.perl.org#126979 (status was 'resolved')

Searchable as RT126979$

@p6rt
Copy link
Author

p6rt commented Dec 21, 2015

From andrew.stanton@smoothwall.net

Hi

This statement causes an infinite loop in REPL
  my @​a[;];

This is Rakudo version 2015.11-706-g8622b90 built on MoarVM version
2015.11-113-gbd56e2e
implementing Perl 6.b.

Running on Debian8.

Also reproduced on a colleagues computer running Ubuntu.

Thanks
Andrew Stanton

@p6rt
Copy link
Author

p6rt commented Aug 19, 2016

From @coke

On Mon Dec 21 06​:11​:11 2015, andrew.stanton@​smoothwall.net wrote​:

Hi

This statement causes an infinite loop in REPL
my @​a[;];

This is Rakudo version 2015.11-706-g8622b90 built on MoarVM version
2015.11-113-gbd56e2e
implementing Perl 6.b.

Running on Debian8.

Also reproduced on a colleagues computer running Ubuntu.

Thanks
Andrew Stanton

This isn't a REPL issue, happens with command line as well.

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Aug 19, 2016

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Aug 19, 2016

From @coke

On Fri Aug 19 10​:54​:53 2016, coke wrote​:

On Mon Dec 21 06​:11​:11 2015, andrew.stanton@​smoothwall.net wrote​:

Hi

This statement causes an infinite loop in REPL
my @​a[;];

This is Rakudo version 2015.11-706-g8622b90 built on MoarVM version
2015.11-113-gbd56e2e
implementing Perl 6.b.

Running on Debian8.

Also reproduced on a colleagues computer running Ubuntu.

Thanks
Andrew Stanton

This isn't a REPL issue, happens with command line as well.

Was still broken in 2016.07.1, but is fixed on rakudo HEAD.

Closable with tests.

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Aug 19, 2016

From @zoffixznet

Fixed by rakudo/rakudo@59b7e51

@p6rt
Copy link
Author

p6rt commented Sep 2, 2016

From @zoffixznet

Tests added in Raku/roast@1fbede86d8

@p6rt
Copy link
Author

p6rt commented Sep 2, 2016

@zoffixznet - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant