You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'''Definition of AttributeDisplayMode'''classAttributeDisplayMode(CTypesEnum):
None=0Value=1Name=2Both=3
At the very least, ACT should report an error in this case so another name can be used. Alternatively, lower/uppercase could be used (none/NONE) to prevent collisions.
The text was updated successfully, but these errors were encountered:
Python binding cannot be imported because of the following error when the reserved keyword "None" is used as a enum value:
Encountered the problem when using "None" as the name for an enum value, but similar issues are bound to happen elsewhere. Example IDL to reproduce:
Generated binding:
At the very least, ACT should report an error in this case so another name can be used. Alternatively, lower/uppercase could be used (
none
/NONE
) to prevent collisions.The text was updated successfully, but these errors were encountered: