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
…per type (#277)
* Add is_predefined helper
* Cannot deserialize from JSON Cas if child type comes before super type
* Make JSON serializing more deterministic by sorting type system by name
* Use toposort when deserializing JSON type systems
Describe the bug
Cannot deserialize from JSON Cas if child type comes before super type.
To Reproduce
Expected behavior
No error and it loads.
Error message
cassis.typesystem.TypeNotFoundError: Type with name [example.ParentType] not found!
Please complete the following information:
Additional context
The text was updated successfully, but these errors were encountered: