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 ZPure zipPar operators #1431

Merged
merged 1 commit into from
Dec 26, 2024
Merged

Conversation

ghostdogpr
Copy link
Member

zipParLeft and zipParRight were using zip instead of zipPar, not correctly accumulating errors. The fact that this bug was never found until now makes me think that no one uses ZPure with parallel errors so I'm going to open another PR about that.

I also deleted a couple fromPredicate methods that are unrelated to ZPure and a relic of the time where Validation used ZPure, which is not the case now.

@ghostdogpr ghostdogpr requested a review from a team as a code owner December 21, 2024 07:45
@sideeffffect sideeffffect merged commit 14e7654 into zio:series/2.x Dec 26, 2024
20 checks passed
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.

3 participants