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
The generated SymbolSet() method on enums returns an array of the symbol names, indexed starting at 1 (the 0'th entry is the empty string). Should just be the set, without that empty string.
This may imply that the enum values should start at 0, not 1.
This would be an incompatible change.
The text was updated successfully, but these errors were encountered:
The generated SymbolSet() method on enums returns an array of the symbol names, indexed starting at 1 (the 0'th entry is the empty string). Should just be the set, without that empty string.
This may imply that the enum values should start at 0, not 1.
This would be an incompatible change.
The text was updated successfully, but these errors were encountered: