Skip to content

Error parsing certain JSONs with embedded type system #265

@reckart

Description

@reckart

Describe the bug
If the type system contains a recursive type definition or a type that uses a type defined later in the embedded type system as a feature range, then that type will not be found during parsing.

Expected behavior
We need some kind of two-pass parsing or lazy instantiation here to work around the problem that a type can be used as a feature range even before the type has been defined or that a type can be used as a feature range of one of its own features etc.

Please complete the following information:

  • Version: 0.7.3

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions