-
Notifications
You must be signed in to change notification settings - Fork 725
Note how to do "not equal" with constraints #9380
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
Note how to do "not equal" with constraints #9380
Conversation
f3c2e2d to
255d228
Compare
|
Overall makes sense, thank you! |
1a0f580 to
5b48e28
Compare
|
This change to include "not equal" also would help with the "negation operator" question of #5373 wouldn't it? This note uses the or trick from @23Skidoo in #5373 (comment). |
ulysses4ever
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.
LGTM, thanks!
No reason to request reviews from 23skidoo: he is not involved into it these days.
|
I found an open feature request for a |
5b48e28 to
9a0505f
Compare
This is a doc change only, adding a note on how to do "not equal" with constraints when we do not have that operator.