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
{{ message }}
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
New data type cases have been added to new realm and this browser doesn't switch over them, which ends up with compiler errors about switches not covering all the cases.
It would be great if it could be fixed. The compiler-error parts of the code are:
New data type cases have been added to new realm and this browser doesn't switch over them, which ends up with compiler errors about switches not covering all the cases.
It would be great if it could be fixed. The compiler-error parts of the code are:
private static func handleSupportedTypes(for property: Property, object: Object) -> String)var humanReadable: String)The missing types are
objectIdanddecimal128.I would also recommend adding @ unknown default case so we avoid situations like this in future.