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 bug so iterations are repeatable #991

Merged
merged 1 commit into from
Apr 1, 2023

Conversation

atifaziz
Copy link
Member

@atifaziz atifaziz commented Apr 1, 2023

This PR fixes #990.

@atifaziz atifaziz linked an issue Apr 1, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Apr 1, 2023

Codecov Report

Merging #991 (2b34c12) into 3.x (93bc6dc) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 2b34c12 differs from pull request most recent head 034ba56. Consider uploading reports for the commit 034ba56 to get more accurate results

@@           Coverage Diff           @@
##              3.x     #991   +/-   ##
=======================================
  Coverage   92.60%   92.60%           
=======================================
  Files         113      113           
  Lines        3434     3434           
  Branches     1054     1054           
=======================================
  Hits         3180     3180           
  Misses        191      191           
  Partials       63       63           
Impacted Files Coverage Δ
MoreLinq/Unfold.cs 93.75% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@atifaziz atifaziz merged commit e3755e1 into morelinq:3.x Apr 1, 2023
@atifaziz atifaziz deleted the fix/issue-990-unfold branch April 1, 2023 15: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.

Unfold leaks state across iterations
2 participants