-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Fix enum attributes are not members #17207
Merged
hauntsaninja
merged 16 commits into
python:master
from
terencehonles:fix-enum-with-property-match-exhaustion
Oct 29, 2024
Merged
Fix enum attributes are not members #17207
hauntsaninja
merged 16 commits into
python:master
from
terencehonles:fix-enum-with-property-match-exhaustion
Oct 29, 2024
+150
−34
Commits on Jun 5, 2024
-
Fix enum attributes are not members
This adds on to the change in python#17182 and fixes enum attributes being used as members.
Configuration menu - View commit details
-
Copy full SHA for 8eb4218 - Browse repository at this point
Copy the full SHA 8eb4218View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfcc0c4 - Browse repository at this point
Copy the full SHA dfcc0c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50c9f31 - Browse repository at this point
Copy the full SHA 50c9f31View commit details
Commits on Jun 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for adda300 - Browse repository at this point
Copy the full SHA adda300View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dc00ef6 - Browse repository at this point
Copy the full SHA dc00ef6View commit details
Commits on Aug 6, 2024
-
update: Type annotations are not allowed for enum members
Co-authored-by: Ali Hamdan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 50d0967 - Browse repository at this point
Copy the full SHA 50d0967View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cdbbbb5 - Browse repository at this point
Copy the full SHA cdbbbb5View commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4c4b78b - Browse repository at this point
Copy the full SHA 4c4b78bView commit details
Commits on Oct 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7282eb8 - Browse repository at this point
Copy the full SHA 7282eb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 295343e - Browse repository at this point
Copy the full SHA 295343eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2afee12 - Browse repository at this point
Copy the full SHA 2afee12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4652764 - Browse repository at this point
Copy the full SHA 4652764View commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4e3efbc - Browse repository at this point
Copy the full SHA 4e3efbcView commit details -
adjust test case and fix enums without members being collapsed to nev…
…er which is also the base of all types
Configuration menu - View commit details
-
Copy full SHA for d68b5d1 - Browse repository at this point
Copy the full SHA d68b5d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83c48a2 - Browse repository at this point
Copy the full SHA 83c48a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb9f87c - Browse repository at this point
Copy the full SHA eb9f87cView commit details
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.