FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-87390: Add tests demonstrating current type variable substitution behaviour by mrahtz · Pull Request #32341 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-87390: Add tests demonstrating current type variable substitution behaviour
- #32341
#32341
Merged
JelleZijlstra
merged 24 commits into
python:main
python/cpython:main
from
mrahtz:subst-tests
mrahtz/cpython:subst-tests
Copy head branch name to clipboard
Apr 29, 2022
Conversation
Commits
24
(24)
Checks
Files changed
Merged
gh-87390: Add tests demonstrating current type variable substitution behaviour
#32341
JelleZijlstra
merged 24 commits into
python:main
python/cpython:main
from
mrahtz:subst-tests
mrahtz/cpython:subst-tests
Copy head branch name to clipboard
Commits
Commits on Apr 5, 2022
Add integration tests for type variable substitution
mrahtz
committed
f508d12
View commit details
Copy full SHA for f508d12
Browse repository at this point
Commits on Apr 8, 2022
Add tests for list, dict and tuple
mrahtz
committed
ea104b9
View commit details
Copy full SHA for ea104b9
Browse repository at this point
Commits on Apr 9, 2022
Add tests for Tuple
mrahtz
committed
526d9e8
View commit details
Copy full SHA for 526d9e8
Browse repository at this point
Revert "Add tests for Tuple"
Show description for 0f022db
mrahtz
committed
0f022db
View commit details
Copy full SHA for 0f022db
Browse repository at this point
Commits on Apr 10, 2022
Make it easier to tests all tuple, list and dict types
mrahtz
committed
cc7bf8c
View commit details
Copy full SHA for cc7bf8c
Browse repository at this point
TypeVarSubstitutionTests -> GenericAliasSubstitutionTests
mrahtz
committed
458b5dd
View commit details
Copy full SHA for 458b5dd
Browse repository at this point
Remove question marks from cases I'm actually pretty sure about
mrahtz
committed
0c8ba38
View commit details
Copy full SHA for 0c8ba38
Browse repository at this point
Commits on Apr 11, 2022
Note that list[] should only take one argument
mrahtz
committed
db24e70
View commit details
Copy full SHA for db24e70
Browse repository at this point
Leave unpacked tuples unsimplified
mrahtz
committed
15a4809
View commit details
Copy full SHA for 15a4809
Browse repository at this point
Add generic[*Ts][*tuple[*Ts]]
mrahtz
committed
0d7d2eb
View commit details
Copy full SHA for 0d7d2eb
Browse repository at this point
Update comments based on decision to leave unpacked tuples unsimplified
mrahtz
committed
ab01c8a
View commit details
Copy full SHA for ab01c8a
Browse repository at this point
Commits on Apr 15, 2022
Add tests for generic[T1, bool, T2][*tuple[int, str]]
mrahtz
committed
c4fe922
View commit details
Copy full SHA for c4fe922
Browse repository at this point
Update comments based on decision to unpack *some* tuples
mrahtz
committed
d55b8fb
View commit details
Copy full SHA for d55b8fb
Browse repository at this point
Commits on Apr 16, 2022
Note that generic[*tuple[()]] should raise TypeError
mrahtz
committed
e858fc6
View commit details
Copy full SHA for e858fc6
Browse repository at this point
Note that C[T, *tuple[int, ...]][int] raises TypeError only because C is non-variadic
mrahtz
committed
3bc7d26
View commit details
Copy full SHA for 3bc7d26
Browse repository at this point
State that multiple unpackings should be allowed where possible
mrahtz
committed
c980e4f
View commit details
Copy full SHA for c980e4f
Browse repository at this point
Add test for generic[T1, *tuple[int, ...], T2][str, bool, float]
mrahtz
committed
95b7210
View commit details
Copy full SHA for 95b7210
Browse repository at this point
Update comments according to revised tentative spec at https://github.com/python/cpython/issues/91162
mrahtz
committed
96394b1
View commit details
Copy full SHA for 96394b1
Browse repository at this point
Commits on Apr 18, 2022
Update expected comments to account for unpacked types only being valid arguments for a *Ts
mrahtz
committed
ed9a557
View commit details
Copy full SHA for ed9a557
Browse repository at this point
Merge branch 'main' into subst-tests
mrahtz
committed
faa9fc3
View commit details
Copy full SHA for faa9fc3
Browse repository at this point
Update to reflect results after merging latest main
mrahtz
committed
9947fc0
View commit details
Copy full SHA for 9947fc0
Browse repository at this point
Update ALL tests to reflect results after merging latest main
mrahtz
committed
12496fc
View commit details
Copy full SHA for 12496fc
Browse repository at this point
Remove comments saying we should get a TypeError in cases where we *do* now get a TypeError
mrahtz
committed
db9af53
View commit details
Copy full SHA for db9af53
Browse repository at this point
Commits on Apr 29, 2022
Update comments on expected results based on latest tentative spec at https://github.com/python/cpython/issues/91162
mrahtz
committed
c5b5a63
View commit details
Copy full SHA for c5b5a63
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL