-
Notifications
You must be signed in to change notification settings - Fork 56
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
Implement std::error::Error::source
#72
Conversation
4125c4a
to
5e0bf8a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 5e0bf8a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK b7416fc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK b7416fc
b7416fc
to
6b8e8f2
Compare
Changes in force push:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 6b8e8f2
6b8e8f2
to
495fc4c
Compare
Force push to trigger CI, no changes. |
CI fail is a network error
|
@tcharding FYI maintainers can re-run failed jobs without pushing. Just open the details of it and there's a button in top right corner. |
I'm not a maintainer on this repo. I'm confident to take on that added responsibility though at @clarkmoody and/or @apoelstra's blessing (preferably both). I will not take any offense if the offer is not taken up. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK b7416fc
I kicked CI. Let's get some API fixes in and then we'll revisit maintainership. It's fine with me in principle. |
Something is wrong with CI, Oh its not network, the VM is failing to find specific packages
|
Attempted ci fix in #76 |
Merged #76. Wanna rebase this? |
In preparation for improving the error code make all the rustdocs complete sentences by adding a full stop.
495fc4c
to
a4c000f
Compare
Rebased, on other changes. |
lol @tcharding could you fix the |
Face palm :) |
Now that we have MSRV of 1.41.1 we can implement `source` to improve the ergonomics of our errors.
a4c000f
to
5b520d0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 5b520d0
Now that we have MSRV of 1.41.1 we can implement
source
to improve the ergonomics of our errors.Patch 1 is preparatory cleanup.