Skip to content

Several fj.data.Validation.accumulate functions construct unexpected or incorrect failures. #406

Description

@drewctaylor

The following accumulate function returns its failures in reverse order (as compared to the other accumulate functions):

Validation<List<E>, C> accumulate(Validation<E, B>, F2<T, B, C>)

The following accumulate functions ignore the sixth, seventh, and eighth failure:

Validation<List<E>, G> accumulate(Validation<E, B>, Validation<E, C>, Validation<E, D>, Validation<E, $E>, Validation<E, $F>, F6<T, B, C, D, $E, $F, G>)
Validation<List<E>, H> accumulate(Validation<E, B>, Validation<E, C>, Validation<E, D>, Validation<E, $E>, Validation<E, $F>, Validation<E, G>, F7<T, B, C, D, $E, $F, G, H>)
Validation<List<E>, I> accumulate(Validation<E, B>, Validation<E, C>, Validation<E, D>, Validation<E, $E>, Validation<E, $F>, Validation<E, G>, Validation<E, H>, F8<T, B, C, D, $E, $F, G, H, I>)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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