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

Type Mismatching while Serializing Dataclass with Union #2859

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

Commits on Oct 24, 2024

  1. fix: type matching err for union in dataclass

    Signed-off-by: mao3267 <[email protected]>
    mao3267 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    96c0e5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f647bd3 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    a7ea0e9 View commit details
    Browse the repository at this point in the history
  2. test: serialize multiple dataclass in union

    Signed-off-by: mao3267 <[email protected]>
    mao3267 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    dff0829 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9a4051 View commit details
    Browse the repository at this point in the history
  4. refactor: lint

    Signed-off-by: mao3267 <[email protected]>
    mao3267 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    c4c3ce7 View commit details
    Browse the repository at this point in the history
  5. refactor: lint

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