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 Unfold to be idempotent #354

Merged
merged 1 commit into from
Apr 26, 2023
Merged

Fix Unfold to be idempotent #354

merged 1 commit into from
Apr 26, 2023

Conversation

viceroypenguin
Copy link
Owner

This PR addresses a bug in Unfold where the operator keeps state active across multiple enumerations. A new test is added to confirm bug-fix.

Fixes #345

@viceroypenguin viceroypenguin added this to the 5.0.0 milestone Apr 26, 2023
@viceroypenguin viceroypenguin enabled auto-merge (squash) April 26, 2023 21:10
@viceroypenguin viceroypenguin merged commit da27d07 into master Apr 26, 2023
@viceroypenguin viceroypenguin deleted the issues/345 branch April 26, 2023 21:16
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.

Unfold leaks state across iterations
1 participant