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

Extend boolean_arithmetic_linter() to other known-logical sum(<lgl>) cases #2814

Merged
merged 4 commits into from
Mar 5, 2025

Conversation

MichaelChirico
Copy link
Collaborator

@MichaelChirico MichaelChirico commented Mar 4, 2025

Closes #1580. Progress on #2737.

Tested against r-devel: https://bugs.r-project.org/show_bug.cgi?id=18865

Copy link

codecov bot commented Mar 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.64%. Comparing base (cf9758a) to head (5c51ff7).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2814   +/-   ##
=======================================
  Coverage   99.64%   99.64%           
=======================================
  Files         126      126           
  Lines        6953     6960    +7     
=======================================
+ Hits         6928     6935    +7     
  Misses         25       25           

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

@MichaelChirico
Copy link
Collaborator Author

Ignoring stuck GHA jobs

@MichaelChirico MichaelChirico merged commit c315baf into main Mar 5, 2025
21 checks passed
@MichaelChirico MichaelChirico deleted the bool-arith-ext branch March 5, 2025 07:26
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.

Extensions for the sum() case in boolean_arithmetic_linter
2 participants