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

Fix short circuting of && and || in macros #3655

Merged
merged 1 commit into from
Jan 16, 2024
Merged

Conversation

odow
Copy link
Member

@odow odow commented Jan 16, 2024

Closes #3654

Copy link

codecov bot commented Jan 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c31d9cf) 98.28% compared to head (c87959d) 98.28%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3655   +/-   ##
=======================================
  Coverage   98.28%   98.28%           
=======================================
  Files          43       43           
  Lines        5650     5652    +2     
=======================================
+ Hits         5553     5555    +2     
  Misses         97       97           

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

@odow odow merged commit a55edea into master Jan 16, 2024
12 checks passed
@odow odow deleted the od/fix-short-circuit branch January 16, 2024 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

&& and || do not short-circuit in macros
1 participant