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
It looks like Caser.Identifierize needs handling for the case when the initially computed identifier is the same as the type name, and schemaGenerator.makeEnumType might also need some handling if multiple enum values map to the same constant name, to append _1,_2 etc or some other disambiguator.
The text was updated successfully, but these errors were encountered:
Given a field like:
The generated code looks something like:
which is obviously invalid.
It looks like
Caser.Identifierize
needs handling for the case when the initially computed identifier is the same as the type name, andschemaGenerator.makeEnumType
might also need some handling if multiple enum values map to the same constant name, to append_1
,_2
etc or some other disambiguator.The text was updated successfully, but these errors were encountered: