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 Interleave use of IEnumerable<T> #273

Merged
merged 4 commits into from
Mar 8, 2023
Merged

Conversation

viceroypenguin
Copy link
Owner

This PR fixes the Interleave operator so that the outer enumerable is not iterated more than once.

Fixes #260

Fail when iterating outer sequence more than once
Fail when iterating outer sequence more than once
@viceroypenguin viceroypenguin added this to the 5.0.0 milestone Mar 8, 2023
@viceroypenguin viceroypenguin enabled auto-merge (squash) March 8, 2023 21:22
@viceroypenguin viceroypenguin merged commit e68f6d5 into master Mar 8, 2023
@viceroypenguin viceroypenguin deleted the interleave-bug branch March 8, 2023 21:23
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.

Interleave iterates the outer IEnumerable<> twice
1 participant