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
While using better-enums, I had the need to extend the limits to use a maximum of 512 enumerators and enumerator entries of 40-characters length, so I follow the procedure to create an enum_macros.h with extended limits.
For internal reasons, I have to use python3, so current script is giving me issues.
I have modified original script to use python, and I want to create a task to check that in and go through pull request.
The text was updated successfully, but these errors were encountered:
While using better-enums, I had the need to extend the limits to use a maximum of 512 enumerators and enumerator entries of 40-characters length, so I follow the procedure to create an enum_macros.h with extended limits.
For internal reasons, I have to use python3, so current script is giving me issues.
I have modified original script to use python, and I want to create a task to check that in and go through pull request.
The text was updated successfully, but these errors were encountered: