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 Set.intersect #2361

Merged
merged 1 commit into from
Nov 21, 2017
Merged

Fix Set.intersect #2361

merged 1 commit into from
Nov 21, 2017

Conversation

Theodus
Copy link
Contributor

@Theodus Theodus commented Nov 20, 2017

Previously, Set.intersect would modify the underlying datastructure
during iteration. This would result in the operation skipping over
values and producing an incorrect result.

closes #2359

Previously, `Set.intersect` would modify the underlying datastructure
during iteration. This would result in the operation skipping over
values and producing an incorrect result.

closes #2359
Copy link
Member

@jemc jemc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@jemc jemc added the changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge label Nov 20, 2017
@SeanTAllen
Copy link
Member

@Theodus Thanks!

@SeanTAllen SeanTAllen merged commit 563c5ac into ponylang:master Nov 21, 2017
ponylang-main added a commit that referenced this pull request Nov 21, 2017
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.

Overzealous Set.intersect()
3 participants