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

Fix possible repetition in Iter.flat_map #2304

Merged
merged 1 commit into from Oct 27, 2017
Merged

Fix possible repetition in Iter.flat_map #2304

merged 1 commit into from Oct 27, 2017

Conversation

Theodus
Copy link
Contributor

@Theodus Theodus commented Oct 25, 2017

This change prevents the has_next method from returning true when the
underlying iterator is spent but still yields values.

This change prevents the has_next method from returning true when the
underlying iterator is spent but still yields values.
@Theodus Theodus added the changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge label Oct 25, 2017
@jemc jemc merged commit 7b27162 into ponylang:master Oct 27, 2017
ponylang-main added a commit that referenced this pull request Oct 27, 2017
@Theodus Theodus deleted the iter branch November 20, 2017 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants