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

Implement a disambiguator for discriminated unions #392

Merged
merged 10 commits into from
Oct 2, 2023
Merged

Implement a disambiguator for discriminated unions #392

merged 10 commits into from
Oct 2, 2023

Commits on Jul 9, 2023

  1. Implement a disambiguator for discriminated unions

    Another way at "tagged unions" except backwards compatible! Also, a ton
    of services provide data in this fashion. Debatably cattrs already does
    something similar where you don't need to register a structure hook for
    a `Literal[1, 2, 3, 4]` or whatever.
    A5rocks committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    1cc589f View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. PR feedback

    A5rocks committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    e72ee6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad3fd60 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    10c0810 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    fbda222 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Stop supporting Python 3.7

    A5rocks authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    bb316c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7281458 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71c3198 View commit details
    Browse the repository at this point in the history
  4. Don't add isort to CI

    A5rocks authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    122c719 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    767f249 View commit details
    Browse the repository at this point in the history