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

Enum experiment draft5 #7036

Closed
wants to merge 5 commits into from
Closed

Enum experiment draft5 #7036

wants to merge 5 commits into from

Conversation

erictraut
Copy link
Collaborator

No description provided.

Copy link
Contributor

Diff from mypy_primer, showing the effect of this PR on open source code:

Tanjun (https://github.com/FasterSpeeding/Tanjun)
+   /tmp/mypy_primer/projects/Tanjun/tanjun/annotations.py:2659:34 - warning: Type of "VAR_KEYWORD" is unknown (reportUnknownMemberType)
+   /tmp/mypy_primer/projects/Tanjun/tanjun/_internal/__init__.py:158:1 - warning: Type of "_KEYWORD_TYPES" is partially unknown
+     Type of "_KEYWORD_TYPES" is "set[Unknown]" (reportUnknownVariableType)
+   /tmp/mypy_primer/projects/Tanjun/tanjun/_internal/__init__.py:158:19 - warning: Type of "KEYWORD_ONLY" is unknown (reportUnknownMemberType)
+   /tmp/mypy_primer/projects/Tanjun/tanjun/_internal/__init__.py:158:51 - warning: Type of "POSITIONAL_OR_KEYWORD" is unknown (reportUnknownMemberType)
+   /tmp/mypy_primer/projects/Tanjun/tanjun/_internal/__init__.py:186:30 - warning: Type of "VAR_KEYWORD" is unknown (reportUnknownMemberType)
+   /tmp/mypy_primer/projects/Tanjun/tanjun/_internal/__init__.py:195:1 - warning: Type of "_POSITIONAL_TYPES" is partially unknown
+     Type of "_POSITIONAL_TYPES" is "set[Unknown]" (reportUnknownVariableType)
+   /tmp/mypy_primer/projects/Tanjun/tanjun/_internal/__init__.py:196:5 - warning: Type of "POSITIONAL_ONLY" is unknown (reportUnknownMemberType)
+   /tmp/mypy_primer/projects/Tanjun/tanjun/_internal/__init__.py:197:5 - warning: Type of "POSITIONAL_OR_KEYWORD" is unknown (reportUnknownMemberType)
+   /tmp/mypy_primer/projects/Tanjun/tanjun/_internal/__init__.py:198:5 - warning: Type of "VAR_POSITIONAL" is unknown (reportUnknownMemberType)
- 2376 errors, 6752 warnings, 0 informations 
+ 2376 errors, 6761 warnings, 0 informations 

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.

None yet

1 participant