Implement std::error::Error::source#72
Conversation
4125c4a to
5e0bf8a
Compare
b7416fc to
6b8e8f2
Compare
|
Changes in force push:
|
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. |
|
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
Now that we have MSRV of 1.41.1 we can implement
sourceto improve the ergonomics of our errors.Patch 1 is preparatory cleanup.