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

improvement(pattern), support multiple states in AND, support env with versions #9235

Merged
merged 2 commits into from
Oct 7, 2024

Conversation

davidfirst
Copy link
Member

Fixes #9232.

Proposed Changes

  • support unlimited AND clauses. (until now, only one AND was permitted).
  • enable multiple states-filter in the AND statement. (until now, it was permitted one state-filter and one non-state-filter).
  • support filtering by a specific env version. (until now, the version was ignored).

@davidfirst davidfirst merged commit d5dc858 into master Oct 7, 2024
11 checks passed
@davidfirst davidfirst deleted the multiple-AND-patterns-states branch October 7, 2024 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using AND in a bit pattern with $modified and $env does not work
2 participants