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
Currently an internal error is thrown if an abstract type is used in a record "Exception in thread "main" internal error: type not supported in JSON dictionary spec". We can fix this by not allowing abstract types to be present in records:
Update spec
Update record semantics to include non-displayable type check
The text was updated successfully, but these errors were encountered:
Currently an internal error is thrown if an abstract type is used in a record "Exception in thread "main" internal error: type not supported in JSON dictionary spec". We can fix this by not allowing abstract types to be present in records:
The text was updated successfully, but these errors were encountered: