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

Implement equality operator synthesization #1563

Merged
merged 11 commits into from
Aug 20, 2024
Merged

Conversation

kyouko-taiga
Copy link
Contributor

Everything is in the title. No more tedious fun infix==(_ other: Self) -> Bool.

Copy link

codecov bot commented Aug 20, 2024

Codecov Report

Attention: Patch coverage is 97.02970% with 6 lines in your changes missing coverage. Please review.

Project coverage is 87.83%. Comparing base (b5bd439) to head (3742593).
Report is 12 commits behind head on main.

Files Patch % Lines
Sources/IR/Emitter.swift 96.87% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1563      +/-   ##
==========================================
+ Coverage   87.77%   87.83%   +0.05%     
==========================================
  Files         372      372              
  Lines       22491    22568      +77     
==========================================
+ Hits        19741    19822      +81     
+ Misses       2750     2746       -4     

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

@kyouko-taiga kyouko-taiga merged commit 211d4e0 into main Aug 20, 2024
16 checks passed
@kyouko-taiga kyouko-taiga deleted the synthesize-equatable branch August 20, 2024 13:56
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.

1 participant