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

Match.list flattens quantified sub-captures #2057

Closed
p6rt opened this issue Aug 11, 2010 · 2 comments
Closed

Match.list flattens quantified sub-captures #2057

p6rt opened this issue Aug 11, 2010 · 2 comments

Comments

@p6rt
Copy link

p6rt commented Aug 11, 2010

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

Searchable as RT77160$

@p6rt
Copy link
Author

p6rt commented Aug 11, 2010

From @moritz

16​:34 < moritz_> rakudo​: 'abc' ~~ /(.)+/; .say for $/.list
16​:35 <+p6eval> rakudo fcf4f3​: OUTPUT«a␤b␤c␤»

$0 should really be an array (but in item context), and only $0.flat
should flatten it out.

@p6rt
Copy link
Author

p6rt commented Aug 12, 2010

@moritz - Status changed from 'new' to 'resolved'

@p6rt p6rt closed this as completed Aug 12, 2010
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