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 recursion in --target=parse for subs with more than 1 parameter #5668

Open
p6rt opened this issue Sep 13, 2016 · 1 comment
Open
Labels

Comments

@p6rt
Copy link

p6rt commented Sep 13, 2016

Migrated from rt.perl.org#129262 (status was 'new')

Searchable as RT129262$

@p6rt
Copy link
Author

p6rt commented Sep 13, 2016

From siavash.askari.nasr@gmail.com

This command doesn't finish running​:
perl6 --target=parse -e 'sub ($a, $b) {}'

but this does​:
perl6 --target=parse -e 'sub ($a) {}'

IRC​:
<nine> Endless recursion in QRegex.dump
http://irclog.perlgeek.de/perl6/2016-09-13#i_13197117

@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant