Skip to content

zio-prelude v2.0.0 - Roadmap #1359

@guizmaii

Description

@guizmaii

@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 &> b mean that a and b will be forked.
      In zio-prelude ZValidation, 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? 🤔

Edit: Point 1. and 2. took into account in #1433

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions