Skip to content
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

Add inline XOR (^) operator for selectors #16822

Closed
jeroenjanssens opened this issue Jun 8, 2024 · 3 comments · Fixed by #16833
Closed

Add inline XOR (^) operator for selectors #16822

jeroenjanssens opened this issue Jun 8, 2024 · 3 comments · Fixed by #16833
Assignees
Labels
A-selectors Area: column selectors enhancement New feature or an improvement of an existing feature

Comments

@jeroenjanssens
Copy link
Contributor

jeroenjanssens commented Jun 8, 2024

Description

Selectors support inline AND (&), OR (|), and NOT (~) operators, but not yet the inline XOR (^) operator. Might as well add it for consistency sake. The cs.xor() method does work, so adding the inline version shouldn't be too much work.

@jeroenjanssens jeroenjanssens added the enhancement New feature or an improvement of an existing feature label Jun 8, 2024
@ritchie46
Copy link
Member

I will tag @alexander-beedie on this one, given this are the selectors.

@alexander-beedie
Copy link
Collaborator

alexander-beedie commented Jun 9, 2024

Done (with a couple of bonus selector fixes/updates) 👌

@alexander-beedie alexander-beedie added the A-selectors Area: column selectors label Jun 9, 2024
@jeroenjanssens
Copy link
Contributor Author

Thank you very much, @alexander-beedie. That was quick!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-selectors Area: column selectors enhancement New feature or an improvement of an existing feature
Projects
None yet
3 participants