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

Fix/error derives 2 #559

Merged
merged 3 commits into from May 19, 2021
Merged

Fix/error derives 2 #559

merged 3 commits into from May 19, 2021

Conversation

dr-orlovsky
Copy link
Collaborator

@dr-orlovsky dr-orlovsky commented Jan 30, 2021

This continues (and is based on the work from) #558 and is a part of #555 epic for Error types within rust-bitcoin. This PR is also non-API breaking, but unline #558 depends on PRs in upstream repos:

Once they got merged & a new versions of the crates will be published, CI will not be failing anymore here and PR will be ready for reviews

@dr-orlovsky dr-orlovsky added the minor API Change This PR should get a minor version bump label Jan 30, 2021
@dr-orlovsky dr-orlovsky added this to In Progress in Derive unification Jan 30, 2021
@dr-orlovsky dr-orlovsky added this to the 0.26.1 milestone Jan 30, 2021
@dr-orlovsky dr-orlovsky marked this pull request as ready for review May 4, 2021 01:15
@dr-orlovsky dr-orlovsky requested review from stevenroose, sgeisler, sanket1729 and apoelstra and removed request for stevenroose May 4, 2021 01:15
@dr-orlovsky dr-orlovsky linked an issue May 4, 2021 that may be closed by this pull request
sanket1729
sanket1729 previously approved these changes May 4, 2021
Copy link
Member

@sanket1729 sanket1729 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK b809d83

Derive unification automation moved this from In Progress to In review May 4, 2021
@dr-orlovsky
Copy link
Collaborator Author

@sanket1729 thank you for your review; unfortunately had to discard it because of rebasing on CI bugfix from #602. Can you pls re-ACK it?

Copy link
Contributor

@sgeisler sgeisler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK c0b7def

/// A child number was provided that was out of range
InvalidChildNumber(u32),
/// Error creating a master seed --- for application use
RngError(String),
RngError(String), // TODO: This option seems unused and should be removed, opening a way to make this type copiable
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is for application use, as mentioned in the doccomment.

Copy link
Member

@apoelstra apoelstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack c0b7def

Derive unification automation moved this from In review to Merge Ready May 19, 2021
@apoelstra apoelstra merged commit 052aaf1 into rust-bitcoin:master May 19, 2021
Derive unification automation moved this from Merge Ready to Done May 19, 2021
Derive unification automation moved this from Done to Merge Ready Apr 1, 2022
Derive unification automation moved this from Merge Ready to In review Apr 1, 2022
Derive unification automation moved this from In review to Done Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor API Change This PR should get a minor version bump
Projects
Development

Successfully merging this pull request may close these issues.

Define and enforce standard derives
4 participants