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

Replace thiserror with manual impls #186

Merged
merged 3 commits into from
May 30, 2024
Merged

Replace thiserror with manual impls #186

merged 3 commits into from
May 30, 2024

Conversation

notgull
Copy link
Member

@notgull notgull commented May 19, 2024

This commit removes the heavy thiserror dependency by replacing its
automatically generated implementations with manually written ones. Hopefully
the newly written implementations are identical to the previous ones, but just
in case I've marked this as a breaking change. Since there is already a breaking change on master this shouldn't be a big deal.

Closes #126

This commit removes the heavy thiserror dependency by replacing its
automatically generated implementations with manually written ones. Hopefully
the newly written implementations are identical to the previous ones, but just
in case I've marked this as a breaking change. Since there is already a breaking
change on master this shouldn't be a big deal.

Closes #126

Signed-off-by: John Nunley <[email protected]>
@notgull notgull changed the title Replace thsierror with manual impls Replace thiserror with manual impls May 19, 2024
Copy link

codecov bot commented May 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.63%. Comparing base (b4cc2c9) to head (73a7564).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #186      +/-   ##
==========================================
+ Coverage   85.36%   85.63%   +0.27%     
==========================================
  Files          14       13       -1     
  Lines        1858     1852       -6     
==========================================
  Hits         1586     1586              
+ Misses        272      266       -6     

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

@notgull notgull requested a review from elinorbgr May 19, 2024 22:38
@notgull notgull merged commit 082dee3 into master May 30, 2024
14 checks passed
@notgull notgull deleted the notgull/no-thiserror branch May 30, 2024 01:56
@notgull notgull mentioned this pull request Jun 1, 2024
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.

Remove the thiserror dependency
2 participants