-
Notifications
You must be signed in to change notification settings - Fork 37
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
Permitting rhs properties in filters (2) #178
Permitting rhs properties in filters (2) #178
Conversation
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.
This seems good to me. Thanks for rebasing it.
@sauliusg; could you give me writing access to your fork? Then I will update the part in |
main text is now in RST instead of MD.
@rartino @merkys @giovannipizzi @CasperWA : please review the port to RST and approve it if you find it right so that it does not get into conflict again :) |
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.
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.
Yes, this still looks good to me.
Adding grammar rules to the Filter EBNF grammar to permit 'property CONTAINS another_property' constructs, which are described in the specification as optional features.
This PR is based, as discussed in (#161), on the most recent develop branch, but otherwise has the same relevant changes; I'll close that previous PR.