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

Avoid opaque type dealiasing #52

Merged
merged 7 commits into from
Dec 16, 2023
Merged

Avoid opaque type dealiasing #52

merged 7 commits into from
Dec 16, 2023

Conversation

tarao
Copy link
Owner

@tarao tarao commented Dec 16, 2023

Fixes #50

Copy link

codecov bot commented Dec 16, 2023

Codecov Report

Attention: 17 lines in your changes are missing coverage. Please review.

Comparison is base (dc12136) 93.46% compared to head (9f1b7d6) 91.09%.

Files Patch % Lines
...ala/com/github/tarao/record4s/InternalMacros.scala 81.31% 17 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
- Coverage   93.46%   91.09%   -2.38%     
==========================================
  Files          12       12              
  Lines         444      494      +50     
  Branches        8        8              
==========================================
+ Hits          415      450      +35     
- Misses         29       44      +15     
Flag Coverage Δ
3 91.09% <82.47%> (-2.38%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@tarao tarao merged commit c5efae8 into master Dec 16, 2023
12 checks passed
@tarao tarao deleted the fix-opaque-dealiasing branch December 16, 2023 14:37
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.

Opaque type aliases are dealiased by Extensible.applyDynamicNamed
1 participant