-
Notifications
You must be signed in to change notification settings - Fork 17
Allow Prefix Removal for Struct and Enums #259
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
17 commits
Select commit
Hold shift + click to select a range
6572762
factor out prefix removal helper
isVoid 79c6573
move singular regular method to standalone class, support prefix remo…
isVoid 48ebbc7
support removal of enum prefix, and expose enums to __all__
isVoid c34e5ea
add struct_prefix_removal argument
isVoid 303546e
Merge branch 'main' into fea-enum-prefix-removal
isVoid 38099e1
remove stale prints
isVoid 6bd4b73
clear cache for test
isVoid d7e3214
clear base renderer for enum symbols
isVoid 61ae966
use c++ decl name as the enum type registry key
isVoid 572f9a9
also apply prefix removal to enums
isVoid 4e719a3
fix python rendered variable type annotation
isVoid de5d082
document them in config doc strings
isVoid 54b95a7
clarify the changes in helper function
isVoid 3cee1bb
remove python anti-pattern
isVoid 3506980
avoid python antipattern of using mutable object as default argument
isVoid 9ba4e61
assert Bar enum names
isVoid 59eb27d
avoid python antipattern of using mutable object as default argument
isVoid 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.