-
Notifications
You must be signed in to change notification settings - Fork 268
Spec: Define "type expression", "annotation expression", "type qualifier" #1693
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
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
a905e16
Spec: Define "type expression", "annotation expression", "type qualif…
JelleZijlstra 4a17ca2
Fix and improve wording
JelleZijlstra ba1f544
Remove covariance reference from ClassVar
JelleZijlstra 61bb52a
"shortcut" is questionable
JelleZijlstra 5207bbc
Update docs/spec/annotations.rst
JelleZijlstra 338cedc
Conformance tests: Fix automated scoring for dataclasses_usage.toml (…
JelleZijlstra c97386e
Update PEPs list (#1695)
JelleZijlstra 83908d9
Spec: Replace various direct references to PEPs (#1694)
JelleZijlstra 1805874
Fix heading levels and a link (#1697)
srittau 21055d9
Conformance test suite: Fix automation discrepancies in directives_ve…
JelleZijlstra 46ad319
Conformance tests: Fix automated checking on overloads_basic.py (#1687)
JelleZijlstra 3bf8c28
Conformance tests: Update Never test (#1688)
JelleZijlstra 6d1a3c9
Conformance tests: Allow mypy error on typeddicts_alt_syntax.py (#1689)
JelleZijlstra 07240ea
Conformance tests: Allow TD.get(known_key) to be T | None (#1690)
JelleZijlstra d98f259
Conformance tests: Fix automated scoring in classes_override.py (#1691)
JelleZijlstra 5ef71e2
Replace PEP list with link (#1696)
srittau ad9fe6e
Conformance tests: Fix automated scoring for pyright dataclasses test…
JelleZijlstra af96dff
Conformance tests: Fix generics_defaults scoring for pyright (#1700)
JelleZijlstra ddb8697
Conformance tests: Fix pyright scoring for protocols_variance (#1702)
JelleZijlstra 3398751
Conformance tests: Fix tuples_unpacked.py (#1703)
JelleZijlstra 8537aac
Conformance tests: mark pytype as failing assert_type test (#1706)
JelleZijlstra e253bf6
conformance tests: fix scoring for typeddicts_inheritance (#1705)
JelleZijlstra 9e9d253
Conformance tests: mark pytype as failing generics_scope (#1704)
JelleZijlstra 4c591c3
Update results for pyright 1.1.358 (#1707)
JelleZijlstra 48e7891
Conformance tests: Ignore overlapping overload errors in LiteralStrin…
JelleZijlstra 5aad3c0
Added draft chapter to typing spec for constructors. (#1667)
erictraut 2a02927
Fixed some formatting issues in the new "constructor" chapter that ca…
erictraut 4110874
spec: clarify interaction of Final and dataclass (#1669)
carljm 29061b9
Merge remote-tracking branch 'upstream/main' into type-expr2
JelleZijlstra 2e9d0cf
Guido feedback
JelleZijlstra ddb75f7
Add missing `|` in grammar
JelleZijlstra File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The rendered version of this block requires a lot of horizontal scrolling. Maybe manually break up the longer lines?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Broke up the lines so that it no longer scrolls horizontally on my laptop.