Skip to content

[nextest-filtering] handle not(predicate), and better error on prefix and/or#3367

Merged
sunshowers merged 1 commit into
mainfrom
handle-not-no-space
May 24, 2026
Merged

[nextest-filtering] handle not(predicate), and better error on prefix and/or#3367
sunshowers merged 1 commit into
mainfrom
handle-not-no-space

Conversation

@sunshowers
Copy link
Copy Markdown
Member

Allow expressions like not(test(foo)) to be parsed.

Fixes #1816.

…(a,b)

Allow expressions like `not(test(foo))` to be parsed.

Fixes #1816.
@codecov
Copy link
Copy Markdown

codecov Bot commented May 24, 2026

Codecov Report

❌ Patch coverage is 96.19565% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.57%. Comparing base (34ee1f6) to head (893b19e).

Files with missing lines Patch % Lines
nextest-filtering/src/parsing.rs 96.19% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3367      +/-   ##
==========================================
+ Coverage   85.53%   85.57%   +0.04%     
==========================================
  Files         160      160              
  Lines       47954    48131     +177     
==========================================
+ Hits        41017    41188     +171     
- Misses       6937     6943       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sunshowers sunshowers force-pushed the handle-not-no-space branch from 6308482 to 893b19e Compare May 24, 2026 02:45
@trunk-io
Copy link
Copy Markdown

trunk-io Bot commented May 24, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

@sunshowers sunshowers merged commit 2640673 into main May 24, 2026
26 checks passed
@sunshowers sunshowers deleted the handle-not-no-space branch May 24, 2026 04:01
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.

Bug: filterset binary operators are parsed as function applications

1 participant