Replace std::error::Error with core::error::Error#397
Merged
ValuedMammal merged 1 commit intobitcoindevkit:masterfrom Mar 9, 2026
Merged
Replace std::error::Error with core::error::Error#397ValuedMammal merged 1 commit intobitcoindevkit:masterfrom
std::error::Error with core::error::Error#397ValuedMammal merged 1 commit intobitcoindevkit:masterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #397 +/- ##
==========================================
+ Coverage 79.06% 79.77% +0.70%
==========================================
Files 24 24
Lines 5298 5266 -32
Branches 241 241
==========================================
+ Hits 4189 4201 +12
+ Misses 1032 988 -44
Partials 77 77
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
std::error::Error with core::error::Error
nymius
reviewed
Mar 6, 2026
The `Error` trait is stable as of 1.81.0, so import it from `core` instead.
381b425 to
fb9b0b6
Compare
oleonardolima
approved these changes
Mar 6, 2026
Contributor
oleonardolima
left a comment
There was a problem hiding this comment.
ACK fb9b0b6
I agree that the FromStr can be addressed in a follow-up.
Please add the CHANGELOG notice in the PR description, also I think this can land in the 3.0 release, wdyt @ValuedMammal ?.
Member
Author
|
For the user this is a no-op, not sure if this belongs in there. But I could be convinced otherwise. |
Collaborator
|
ACK fb9b0b6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
Errortrait is stable as of 1.81.0, so import it fromcoreinstead.Changelog notice
Checklists
All Submissions: