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

[dataclass_transform] support implicit default for "init" parameter in field specifiers #15010

Merged
merged 13 commits into from
Apr 5, 2023

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    396e44e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ce6db1 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Merge branch 'field-specifier-defaults' of github.com:wesleywright/my…

    …py into wesleywright-field-specifier-defaults
    JukkaL committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    8333dac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5438642 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Minor tweaks

    JukkaL committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    1e718c2 View commit details
    Browse the repository at this point in the history
  2. WIP unit tests

    JukkaL committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    f4ff5ba View commit details
    Browse the repository at this point in the history
  3. Improvements

    JukkaL committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    d5a99ea View commit details
    Browse the repository at this point in the history
  4. Add unit tests

    JukkaL committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    07c0435 View commit details
    Browse the repository at this point in the history
  5. Fix type check

    JukkaL committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    1919bcf View commit details
    Browse the repository at this point in the history
  6. Fix style

    JukkaL committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    61259c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    773ba9a View commit details
    Browse the repository at this point in the history
  8. Fix another special case

    JukkaL committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    115e50c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eaf0723 View commit details
    Browse the repository at this point in the history