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

Compat and BorrowCompat Debug and Display implementations #670

Merged
merged 4 commits into from
Oct 21, 2023

Conversation

aegroto
Copy link
Contributor

@aegroto aegroto commented Oct 14, 2023

Solves #648. This is my first PR in this project so I am sorry for something does not respect the contribution standards. Please let me know if something has to be changed.

@codecov
Copy link

codecov bot commented Oct 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a3ea6b1) 56.90% compared to head (f4426b6) 57.30%.

Additional details and impacted files
@@            Coverage Diff             @@
##            trunk     #670      +/-   ##
==========================================
+ Coverage   56.90%   57.30%   +0.40%     
==========================================
  Files          51       51              
  Lines        4304     4335      +31     
==========================================
+ Hits         2449     2484      +35     
+ Misses       1855     1851       -4     
Files Coverage Δ
src/features/serde/mod.rs 48.38% <100.00%> (+17.95%) ⬆️
tests/serde.rs 98.80% <100.00%> (+0.62%) ⬆️

... and 1 file with indirect coverage changes

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

src/features/serde/mod.rs Outdated Show resolved Hide resolved
src/features/serde/mod.rs Outdated Show resolved Hide resolved
src/features/serde/mod.rs Outdated Show resolved Hide resolved
src/features/serde/mod.rs Outdated Show resolved Hide resolved
src/features/serde/mod.rs Outdated Show resolved Hide resolved
@aegroto
Copy link
Contributor Author

aegroto commented Oct 21, 2023

@VictorKoenders thanks for your review, I have fixed the things you have pointed out. Let me know if anything else may be done.

@VictorKoenders VictorKoenders merged commit 73258a7 into bincode-org:trunk Oct 21, 2023
74 checks passed
@VictorKoenders
Copy link
Contributor

Thanks!

@aegroto aegroto deleted the feature/compat_debug_traits branch October 23, 2023 07:48
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.

2 participants