-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Description
@sideeffffect @kyri-petrou @jdegoes @ghostdogpr, please add anything you think we should fix/improve/change before releasing v1.0.0. Feel free to disagree with my points, of course 🙂
List of things to fix/improve/change before to release v1.0.0:
-
-
ZValidation.zipPar(and all the associated variants) are not parallelizing anything. They need to be renamed.zip.
-
-
- Inconsistent usage of the "par fish" operators (aka
<&&&>).
in ZIO,a &> bmean thataandbwill be forked.
In zio-preludeZValidation, they are not forking anything and just aliases for.zip(Related to point 2 of this ticket)
Do we have the same issue anywhere else in zio-prelude? 🤔
- Inconsistent usage of the "par fish" operators (aka
Edit: Point 1. and 2. took into account in #1433
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels