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

'for' is overly eager, and reifys lazy lists when it shouldn't #31

Closed
BenGoldberg1 opened this issue Sep 13, 2013 · 1 comment
Closed

Comments

@BenGoldberg1
Copy link

If I run the following code:
for gather { .say, .take for 1..5 } { last }
The output is:
1␤2␤3␤4␤5␤
When it ought to be:
1␤

@FROGGS
Copy link
Member

FROGGS commented Sep 25, 2014

That's not a rakudo star issue, please report it to rakudobug@perl.org .

@FROGGS FROGGS closed this as completed Sep 25, 2014
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

2 participants