-
Notifications
You must be signed in to change notification settings - Fork 64
impl qualifier filters for list properties and metadata #2284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ljeub-pometry
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should have a look if we can implement this using some traits so we don't have quite so much repetition
ljeub-pometry
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some minor things to tweak and tests to fix
python/tests/test_base_install/test_filters/semantics/test_edge_property_filter_semantics.py
Outdated
Show resolved
Hide resolved
ljeub-pometry
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably want to generalise the node tests so they also work with strings but looks good otherwise
…ory into features/qualifiers_filter
Fixes #2255