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

[mypyc] Support Python 3.12 type alias syntax (PEP 695) #17384

Merged
merged 13 commits into from
Jun 17, 2024
Merged

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    9ddad1c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    e045e1d View commit details
    Browse the repository at this point in the history
  2. Update failing tests

    Inferring TypeVar as the type broke various tests.
    
    Use more complete stubs. Previously some of these tests were quite
    unrealistic.
    JukkaL committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    903c330 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    781f2a5 View commit details
    Browse the repository at this point in the history
  4. Update another test case

    JukkaL committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    63c0ff7 View commit details
    Browse the repository at this point in the history
  5. Support generic type aliases

    JukkaL committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    fecfa80 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d009aa5 View commit details
    Browse the repository at this point in the history
  7. Fix self check

    JukkaL committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6d250f4 View commit details
    Browse the repository at this point in the history
  8. Refactor

    JukkaL committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    5468930 View commit details
    Browse the repository at this point in the history
  9. Fix a few tests

    JukkaL committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d0b2690 View commit details
    Browse the repository at this point in the history
  10. Add docstring

    JukkaL committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6510319 View commit details
    Browse the repository at this point in the history
  11. Minor tweaks

    JukkaL committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    af3f058 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2a4d7dd View commit details
    Browse the repository at this point in the history