Use enums for Modes and RawModes in C#9100
Merged
mergify[bot] merged 67 commits intopython-pillow:mainfrom Oct 15, 2025
Merged
Conversation
radarhere
reviewed
Aug 26, 2025
radarhere
reviewed
Aug 26, 2025
radarhere
reviewed
Aug 26, 2025
radarhere
reviewed
Aug 26, 2025
radarhere
reviewed
Aug 26, 2025
radarhere
reviewed
Aug 26, 2025
wiredfool
reviewed
Aug 26, 2025
radarhere
reviewed
Aug 26, 2025
radarhere
reviewed
Aug 26, 2025
radarhere
reviewed
Aug 26, 2025
hugovk
reviewed
Aug 27, 2025
wiredfool
reviewed
Oct 10, 2025
Co-authored-by: Hugo van Kemenade <[email protected]>
radarhere
reviewed
Oct 11, 2025
| typedef enum { | ||
| IMAGING_RAWMODE_UNKNOWN, | ||
|
|
||
| // Non-rawmode aliases. |
Member
There was a problem hiding this comment.
I don't understand this comment. RawModeID isn't filled with items related to rawmodes?
Member
There was a problem hiding this comment.
I think that's that these are the same as modes, so that IMAGING_MODE_1 == IMAGING_RAWMODE_1
14 tasks
hugovk
approved these changes
Oct 14, 2025
Member
|
@radarhere Would you like to push eyedav#3 directly here? |
Member
|
I tried, but for some reason I'm not sure of, I don't seem to have permission. |
Member
|
It does say "Maintainers are allowed to edit this pull request" but 🤷 New PR? |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Rebase of PR #8510 (Use enums for Modes and RawModes in C) on latest main, done during EuroPython25's Sprint: creating a new PR as agreed with @wiredfool.