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

BIO: Add multiple collection operators, port error-accumulating collection operators from IzEither, add IO2#suspendSafe #2024

Merged
merged 4 commits into from
Oct 16, 2023

Conversation

neko-kai
Copy link
Member

Short-circuiting operators: foldLeft, flatTraverse, flatSequence, collect, find, collectFirst, filter
Error-accumulating operators: partition, traverseAccumErrors/_, sequenceAccumErrors/_, flatTraverseAccumErrors, flatSequenceAccumErrors, sequenceAccumErrorsNEList

…ction operators from IzEither, add `IO2#suspendSafe`

Short-circuiting operators: `foldLeft`, `flatTraverse`, `flatSequence`, `collect`, `find`, `collectFirst`, `filter`
Error-accumulating operators: `partition`, `traverseAccumErrors/_`, `sequenceAccumErrors/_`, `flatTraverseAccumErrors`, `flatSequenceAccumErrors`, `sequenceAccumErrorsNEList`
@neko-kai neko-kai requested a review from pshirshov as a code owner October 10, 2023 15:03
@codecov-commenter
Copy link

codecov-commenter commented Oct 16, 2023

Codecov Report

Merging #2024 (98db81c) into develop (b511eef) will increase coverage by 0.00%.
The diff coverage is 61.40%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff            @@
##           develop    #2024    +/-   ##
=========================================
  Coverage    65.41%   65.41%            
=========================================
  Files          557      558     +1     
  Lines        11061    11168   +107     
=========================================
+ Hits          7235     7306    +71     
- Misses        3826     3862    +36     

@neko-kai neko-kai enabled auto-merge (squash) October 16, 2023 18:55
@neko-kai neko-kai merged commit 367b38d into develop Oct 16, 2023
@neko-kai neko-kai deleted the feature/bio-aggregate-errors-ops branch October 16, 2023 19:13
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.

2 participants