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

Add && and || operators to compile-time compilation conditions #1547

Merged
merged 7 commits into from
Aug 3, 2024

Conversation

kyouko-taiga
Copy link
Contributor

This PR is finishing the work started by @Metalymph on logic operators in compile-time conditions (see #1358). The original PR was #1410.

@kyouko-taiga kyouko-taiga linked an issue Aug 3, 2024 that may be closed by this pull request
Copy link

codecov bot commented Aug 3, 2024

Codecov Report

Attention: Patch coverage is 97.64706% with 2 lines in your changes missing coverage. Please review.

Project coverage is 87.54%. Comparing base (4362ffc) to head (68dff8f).

Files Patch % Lines
Sources/FrontEnd/Parse/Parser.swift 96.55% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1547      +/-   ##
==========================================
+ Coverage   87.50%   87.54%   +0.03%     
==========================================
  Files         372      372              
  Lines       22467    22523      +56     
==========================================
+ Hits        19660    19718      +58     
+ Misses       2807     2805       -2     

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

@kyouko-taiga kyouko-taiga merged commit 5fb6cfe into main Aug 3, 2024
16 checks passed
@kyouko-taiga kyouko-taiga deleted the Mtalymph-1410 branch August 3, 2024 23:28
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.

Support && and || operators in compiler conditions
2 participants