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

endless loop with hyper operators #3287

Closed
p6rt opened this issue Dec 2, 2013 · 4 comments
Closed

endless loop with hyper operators #3287

p6rt opened this issue Dec 2, 2013 · 4 comments

Comments

@p6rt
Copy link

p6rt commented Dec 2, 2013

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

Searchable as RT120662$

@p6rt
Copy link
Author

p6rt commented Dec 2, 2013

From rotwang@crux.org.pl

Hi,

$ perl6 --version
This is perl6 version 2013.11 built on parrot 5.9.0 revision 0

I've noticed that in some cases it is possible to cause an endless loop
with hyper operators and an empty parcel (if the empty parcel is allowed to
be extended) e.g.​:

True »+» ()
() «-» ("a",)

and so on ...

@p6rt
Copy link
Author

p6rt commented Mar 11, 2015

From @Mouq

On Mon Dec 02 14​:15​:29 2013, rotwang@​crux.org.pl wrote​:

Hi,

$ perl6 --version
This is perl6 version 2013.11 built on parrot 5.9.0 revision 0

I've noticed that in some cases it is possible to cause an endless loop
with hyper operators and an empty parcel (if the empty parcel is allowed to
be extended) e.g.​:

True »+» ()
() «-» ("a",)

and so on ...

Thanks! This was fixed in Rakudo commit 0bc3a0455 ( rakudo/rakudo@0bc3a0455 ) and tests were added in Roast commit 966d85bc95 ( Raku/roast@966d85bc95 )

Closing this ticket as resolved :)

~Mouq

@p6rt
Copy link
Author

p6rt commented Mar 11, 2015

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

@p6rt
Copy link
Author

p6rt commented Mar 11, 2015

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

@p6rt p6rt closed this as completed Mar 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant