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

[WIP] [Test] [BUG] Unit tests for dataclass in union with more than two non-None variants #2952

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Nov 25, 2024

  1. test: union with more than two non-None variants

    Signed-off-by: mao3267 <[email protected]>
    mao3267 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    e362bfe View commit details
    Browse the repository at this point in the history
  2. fix: generate correct type (support mashumaro 3.15)

    Signed-off-by: mao3267 <[email protected]>
    mao3267 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    120990f View commit details
    Browse the repository at this point in the history
  3. fix: remove additional logic

    Signed-off-by: mao3267 <[email protected]>
    mao3267 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    820b531 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Merge branch 'master' of https://github.com/mao3267/flytekit into tes…

    …t/union-serialize-bug
    mao3267 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    6d65d45 View commit details
    Browse the repository at this point in the history
  2. fix: upgrade mashumaro 3.15

    Signed-off-by: mao3267 <[email protected]>
    mao3267 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    87cc616 View commit details
    Browse the repository at this point in the history