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
Hey 👋
We noticed a discrepancy between regular enums and enums that conform to Error type in Swift.
The latter ones are generated with uppercase first letter which do not align with lowerCamelCase Swift conventions (source).
Hey 👋
We noticed a discrepancy between regular enums and enums that conform to
Error
type in Swift.The latter ones are generated with uppercase first letter which do not align with
lowerCamelCase
Swift conventions (source).Enum template consists
enum_variant_swift_quoted
for particular case, but error template hasclass_name
.Is this something which can be addressed somehow?
The text was updated successfully, but these errors were encountered: