Skip to content

Correct behavior of ImplementAny fluent syntax for empty arguments#451

Merged
mak638 merged 3 commits intomainfrom
446-notimplementanyinterfaces-returns-fail-if-interfaces-is-empty
Mar 4, 2026
Merged

Correct behavior of ImplementAny fluent syntax for empty arguments#451
mak638 merged 3 commits intomainfrom
446-notimplementanyinterfaces-returns-fail-if-interfaces-is-empty

Conversation

@alexanderlinne
Copy link
Collaborator

Fixes #446

ImplementAny and NotImplementAny did not correctly handle empty arguments due to optimizations for those cases.

@alexanderlinne alexanderlinne linked an issue Feb 13, 2026 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Feb 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.16%. Comparing base (e50b6dd) to head (1033ca9).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #451      +/-   ##
==========================================
- Coverage   77.17%   77.16%   -0.01%     
==========================================
  Files         275      275              
  Lines       14385    14381       -4     
  Branches     1337     1336       -1     
==========================================
- Hits        11101    11097       -4     
  Misses       2866     2866              
  Partials      418      418              

☔ 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.

Signed-off-by: Alexander Linne <alexander.linne@tngtech.com>
@alexanderlinne alexanderlinne force-pushed the 446-notimplementanyinterfaces-returns-fail-if-interfaces-is-empty branch from 8896331 to 07c0245 Compare March 2, 2026 17:01
@mak638 mak638 enabled auto-merge March 4, 2026 18:26
@mak638 mak638 merged commit b25c4f9 into main Mar 4, 2026
9 checks passed
@mak638 mak638 deleted the 446-notimplementanyinterfaces-returns-fail-if-interfaces-is-empty branch March 4, 2026 18:33
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.

NotImplementAny(interfaces) returns FAIL if interfaces is Empty

3 participants