-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[red-knot] Emit error if int/float/complex/bytes/boolean literals appear in type expressions outside typing.Literal[]
#16765
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
AlexWaygood
merged 16 commits into
astral-sh:main
from
MatthewMckee4:literal-types-invalid-type-expression
Mar 17, 2025
Merged
Changes from 7 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
4ade214
Add invalid type expressions.
MatthewMckee4 2787168
Add tests for invalid literal type expressions
MatthewMckee4 acc95cb
Run pre-commit
MatthewMckee4 ccec364
Update more tests for invalid type expressions with number, boolean l…
MatthewMckee4 a036200
Add test for invalid type form with bytes literal
MatthewMckee4 6644d9b
Handle unimplemented generics in tests
MatthewMckee4 2da6baa
Move invalid type expression tests to invalid.md
MatthewMckee4 4f120d9
Add tests for invalid type expressions caught in in_type_expression, …
MatthewMckee4 f6f634a
Remove unnecessary invalid type expression catch in in_type_expression
MatthewMckee4 f857957
Provide more detailed error message for number literals, remove insta…
MatthewMckee4 e599288
Reduce duplication in invalid literal type inference and tests
MatthewMckee4 8d759ef
Fix invalid type form error messages in tests
MatthewMckee4 289a212
Update crates/red_knot_python_semantic/src/types/infer.rs
MatthewMckee4 7febfd4
Update crates/red_knot_python_semantic/src/types/infer.rs
MatthewMckee4 9c36f0f
tweak error message
AlexWaygood b0b6c63
address Dhruv's feedback
AlexWaygood 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
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.
Uh oh!
There was an error while loading. Please reload this page.