Skip to content

Implement patchedast for TypeAlias and TypeVar/TypeVar/ParamSpec syntax - #854

Merged
lieryan merged 12 commits into
masterfrom
lieryan-patchedast-type-alias-type-var
Aug 16, 2026
Merged

Implement patchedast for TypeAlias and TypeVar/TypeVar/ParamSpec syntax#854
lieryan merged 12 commits into
masterfrom
lieryan-patchedast-type-alias-type-var

Conversation

@lieryan

@lieryan lieryan commented Aug 16, 2026

Copy link
Copy Markdown
Member

Description

Checklist (delete if not relevant):

  • I have added tests that prove my fix is effective or that my feature works
  • I have updated CHANGELOG.md

@codecov

codecov Bot commented Aug 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.26%. Comparing base (0c77b6e) to head (8516dd6).
⚠️ Report is 13 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #854      +/-   ##
==========================================
+ Coverage   95.25%   95.26%   +0.01%     
==========================================
  Files         134      134              
  Lines       26291    26382      +91     
==========================================
+ Hits        25043    25134      +91     
  Misses       1248     1248              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@lieryan
lieryan force-pushed the lieryan-patchedast-type-alias-type-var branch 3 times, most recently from 9581057 to 97d526d Compare August 16, 2026 13:47
@lieryan
lieryan force-pushed the lieryan-patchedast-type-alias-type-var branch from 97d526d to 9c7442a Compare August 16, 2026 14:00
@lieryan lieryan changed the title Implement patchedast for TypeAlias and TypeVar syntax Implement patchedast for TypeAlias and TypeVar/TypeVar/ParamSpec syntax Aug 16, 2026
@lieryan
lieryan force-pushed the lieryan-patchedast-type-alias-type-var branch from 3cdca3f to af114dd Compare August 16, 2026 14:35
@lieryan
lieryan merged commit 78540ab into master Aug 16, 2026
43 checks passed
@lieryan
lieryan deleted the lieryan-patchedast-type-alias-type-var branch August 16, 2026 14:50
@lieryan lieryan added this to the 1.15.0 milestone Aug 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New Syntax: Type parameter lists (Python 3.12) New Syntax: type keyword (Python 3.12)

1 participant