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

[stubgenc] Generate Inline generics from __type_params__ #17559

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

Commits on Jul 22, 2024

  1. testing for classes

    InvincibleRMC committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    95b5ed8 View commit details
    Browse the repository at this point in the history
  2. works for classes

    InvincibleRMC committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1ed6c91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a197f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4725cbf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b631cc View commit details
    Browse the repository at this point in the history
  6. add version guard

    InvincibleRMC committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    7e07a99 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2d2328 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f351cdb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    82ff3c2 View commit details
    Browse the repository at this point in the history
  10. use python3.8 Tuple

    InvincibleRMC committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e2d5aa8 View commit details
    Browse the repository at this point in the history
  11. Add syntax validation

    InvincibleRMC committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1521c90 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8426c40 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d0b6f2e View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Add rest of test case

    InvincibleRMC committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b4e40b5 View commit details
    Browse the repository at this point in the history
  2. add mypy guard

    InvincibleRMC committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e5ef50a View commit details
    Browse the repository at this point in the history
  3. use type ignore

    InvincibleRMC committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    7004be5 View commit details
    Browse the repository at this point in the history
  4. fix type: ignore

    InvincibleRMC committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c4467bc View commit details
    Browse the repository at this point in the history
  5. more general?

    InvincibleRMC committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    893cd54 View commit details
    Browse the repository at this point in the history
  6. no_type_check

    InvincibleRMC committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0bd3c1e View commit details
    Browse the repository at this point in the history
  7. add enable

    InvincibleRMC committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    23c1a30 View commit details
    Browse the repository at this point in the history
  8. use exec

    InvincibleRMC committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    74027b7 View commit details
    Browse the repository at this point in the history
  9. fix grammar

    InvincibleRMC committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    fb0e698 View commit details
    Browse the repository at this point in the history
  10. simpler exec

    InvincibleRMC committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b889170 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3c943dc View commit details
    Browse the repository at this point in the history
  12. pass in None

    InvincibleRMC committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    53a5979 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

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