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

Rewrite with pure functional Either<Error, Result> pattern #29

Merged
merged 21 commits into from
Mar 30, 2021

Commits on Mar 27, 2021

  1. Configuration menu
    Copy the full SHA
    bae21f5 View commit details
    Browse the repository at this point in the history
  2. update array() to either

    andrenarchy committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    78ea13d View commit details
    Browse the repository at this point in the history
  3. finish array

    andrenarchy committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    0b7065d View commit details
    Browse the repository at this point in the history
  4. migrate date() to either

    andrenarchy committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    50a15fa View commit details
    Browse the repository at this point in the history
  5. migrate enumerate()

    andrenarchy committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    70b07ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e539e78 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    538273f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. migrate object to either

    andrenarchy committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    85da7fe View commit details
    Browse the repository at this point in the history
  2. fix optional in object

    andrenarchy committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    d19e8f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. finish object() migration

    andrenarchy committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    b1cf6a1 View commit details
    Browse the repository at this point in the history
  2. migrate parsers

    andrenarchy committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    f78b4a5 View commit details
    Browse the repository at this point in the history
  3. migrate union()

    andrenarchy committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    67c0b57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f236dd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7f3e0a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e13454 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c89a18 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a3be83 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    445b19d View commit details
    Browse the repository at this point in the history
  10. add allErrors test

    andrenarchy committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    b802cb4 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. replace FefeError

    andrenarchy committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    aeb4ae0 View commit details
    Browse the repository at this point in the history
  2. update README

    andrenarchy committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    8d7acbd View commit details
    Browse the repository at this point in the history