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

[TypeTransformer] Support frozen dataclasses #2823

Merged
merged 5 commits into from
Oct 23, 2024

Commits on Oct 16, 2024

  1. [TypeTransformer] Support frozen dataclasses

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f15ca45 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. break tests

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    2d3194f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    79d61fa View commit details
    Browse the repository at this point in the history
  2. use the base class object's magic method, Suggested by Eduardo, this …

    …is great
    
    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Co-authored-by: Eduardo Apolinario  <eapolinario@users.noreply.github.com>
    Future-Outlier and eapolinario committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    92a787e View commit details
    Browse the repository at this point in the history
  3. add tests

    Signed-off-by: Future-Outlier <eric901201@gmail.com>
    Future-Outlier committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d11d046 View commit details
    Browse the repository at this point in the history