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 derivation for empty data types #272

Merged
merged 3 commits into from
Dec 30, 2024
Merged

Fix derivation for empty data types #272

merged 3 commits into from
Dec 30, 2024

Conversation

lsrcz
Copy link
Owner

@lsrcz lsrcz commented Dec 30, 2024

This pull request fixes derivation for empty data types. For such instances, usually no contexts are needed.

@lsrcz lsrcz added the bug Something isn't working label Dec 30, 2024
@lsrcz lsrcz self-assigned this Dec 30, 2024
Copy link

codecov bot commented Dec 30, 2024

Codecov Report

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

Project coverage is 75.28%. Comparing base (08a0bbd) to head (7feb3d7).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
test/Grisette/Core/TH/DerivationData.hs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #272      +/-   ##
==========================================
+ Coverage   75.27%   75.28%   +0.01%     
==========================================
  Files         209      209              
  Lines       30963    30965       +2     
  Branches     2187     2185       -2     
==========================================
+ Hits        23308    23313       +5     
+ Misses       5468     5467       -1     
+ Partials     2187     2185       -2     

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

@lsrcz lsrcz merged commit 529ce5f into main Dec 30, 2024
21 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant