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

breaking change: improve as_/is_ helpers #527

Merged
merged 10 commits into from
Jun 22, 2021
Merged

breaking change: improve as_/is_ helpers #527

merged 10 commits into from
Jun 22, 2021

Commits on Jun 22, 2021

  1. breaking change: improve as_/is_ helpers

    - `as_` helpers for unions now return `Result` to clearly indicate what the actual value was
    - Union variants now implement `TryFrom` for the parent union
    - Error types now generate `is_` helpers
    rcoh committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    50195b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b86809 View commit details
    Browse the repository at this point in the history
  3. bump version to v0.0.9-alpha

    rcoh committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    cd0c8b7 View commit details
    Browse the repository at this point in the history
  4. Remove unsound TryFrom

    rcoh committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    7994eee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91b9ed6 View commit details
    Browse the repository at this point in the history
  6. Delete unused import

    rcoh committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    ed0ca38 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b6fd75 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    47dd05f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b6c220 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    602b796 View commit details
    Browse the repository at this point in the history