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

Avoid iterating twice over generators when there is an exception #137

Merged
merged 2 commits into from
Nov 25, 2024

Conversation

fingolfin
Copy link
Member

@fingolfin fingolfin commented Nov 24, 2024

Resolves #86 at least when using Julia >= 1.11 which fixed this via JuliaLang/julia#53151

@fingolfin fingolfin force-pushed the mh/generator-exception branch 3 times, most recently from f2951a7 to ee64af0 Compare November 24, 2024 22:54
@fingolfin fingolfin force-pushed the mh/generator-exception branch from ee64af0 to ba70e5d Compare November 24, 2024 23:22
@fingolfin fingolfin merged commit 3ec011e into JuliaCollections:master Nov 25, 2024
12 checks passed
@fingolfin fingolfin deleted the mh/generator-exception branch November 25, 2024 10:02
@fingolfin fingolfin mentioned this pull request Nov 26, 2024
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

Successfully merging this pull request may close these issues.

Construction from generator may iterate a second time
1 participant