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

Add #[borsh(use_discriminant = <bool>)] that change enum discriminant de- and serialization behavior #148 #183

Merged
merged 35 commits into from
Jul 31, 2023

Commits on Jul 27, 2023

  1. WIP

    iho committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b1a029f View commit details
    Browse the repository at this point in the history
  2. Update insta snapshots

    iho committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    46d5d99 View commit details
    Browse the repository at this point in the history
  3. clippy

    iho committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    cd178dc View commit details
    Browse the repository at this point in the history
  4. clippy

    iho committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    a9634e2 View commit details
    Browse the repository at this point in the history
  5. Add documentation

    iho committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    889d3de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae73c13 View commit details
    Browse the repository at this point in the history
  7. fix doc

    iho committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    09f2872 View commit details
    Browse the repository at this point in the history
  8. remove debug print

    iho committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    293e3c8 View commit details
    Browse the repository at this point in the history
  9. Apply suggestions from code review

    Co-authored-by: dj8yf0μl <26653921+dj8yfo@users.noreply.github.com>
    iho and dj8yfo authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    4e820fe View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'iho/iho_enum_discriminant_attr_macros_2…

    …' into iho_enum_discriminant_attr_macros_2
    iho committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    a1ea2e4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b952d94 View commit details
    Browse the repository at this point in the history
  12. refactoring

    iho committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    20a5063 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e58f45b View commit details
    Browse the repository at this point in the history
  14. Add docs for

    iho committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    80bf4e8 View commit details
    Browse the repository at this point in the history
  15. remove comment; add documentation

    iho committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    6516978 View commit details
    Browse the repository at this point in the history
  16. clippy

    iho committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    bfddc0c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6769a32 View commit details
    Browse the repository at this point in the history
  18. Apply suggestions from code review

    Co-authored-by: dj8yf0μl <26653921+dj8yfo@users.noreply.github.com>
    iho and dj8yfo authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d02b68e View commit details
    Browse the repository at this point in the history
  19. Merge remote-tracking branch 'iho/iho_enum_discriminant_attr_macros_2…

    …' into iho_enum_discriminant_attr_macros_2
    iho committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    4268247 View commit details
    Browse the repository at this point in the history
  20. fix test

    iho committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    3a9a314 View commit details
    Browse the repository at this point in the history
  21. Fix comments; Add suggested tests

    iho committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    c5fed0d View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    ed91c8f View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: dj8yf0μl <26653921+dj8yfo@users.noreply.github.com>
    iho and dj8yfo authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    5a37fc5 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    iho committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    2b0266b View commit details
    Browse the repository at this point in the history
  4. Fix test; clippy

    iho committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    52e5550 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Apply suggestions from code review

    Co-authored-by: dj8yf0μl <26653921+dj8yfo@users.noreply.github.com>
    iho and dj8yfo authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    dbb1338 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a99c500 View commit details
    Browse the repository at this point in the history
  3. fix doc CI

    iho committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    0a342a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5cb18c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    dbd3382 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'iho/iho_enum_discriminant_attr_macros_2…

    …' into iho_enum_discriminant_attr_macros_2
    iho committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    64af896 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01db1f4 View commit details
    Browse the repository at this point in the history
  4. Fix English in doc

    iho committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    144ffaf View commit details
    Browse the repository at this point in the history
  5. chore: revert unneeded imports reordering

    dj8yf0μl committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f242f2e View commit details
    Browse the repository at this point in the history
  6. chore: duplicate if let Err(...) instead of match

    dj8yf0μl committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d6fdb9e View commit details
    Browse the repository at this point in the history