-
Notifications
You must be signed in to change notification settings - Fork 3
Add support for "or" #3
Copy link
Copy link
Open
Labels
backendIssues relating to the python backendIssues relating to the python backendenhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
backendIssues relating to the python backendIssues relating to the python backendenhancementNew feature or requestNew feature or request
Currently "or" or "|" are ignored when generating a shape so x or y is interpreted as x and y.
Need to decide how to represent "or" in a shape and then how to take "or" into account when comparing the shape to an entity.