-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2b88813 Hide error internals (Tobin C. Harding) 10bc300 Remove unnecessary non_exhaustive (Tobin C. Harding) 2e9a64d Use unwrap_err in tests (Tobin C. Harding) 81799cf Remove custom None Error impl (Tobin C. Harding) b3619b5 Use error getters (Tobin C. Harding) 5d7afc8 Add getters to InvalidLengthError (Tobin C. Harding) Pull request description: In an effort to make give us flexibility in the `1.0` release hide all the error internals. - Patch 1: Adds getters to `InvalidLengthError` - Patch 2 and 3: Preparatory cleanup - Patch 4: Hide the errors - Patch 5: Remove unnecessary `non_exhaustive` - Patch 6: Adds getters to support `rust-bitcoin` (tested in: rust-bitcoin/rust-bitcoin#3830) ACKs for top commit: apoelstra: ACK 2b88813; successfully ran local tests; looks great! Tree-SHA512: d435c256eade1f8faac079672275ea744dcb6dbab406a549ab271a2cf71f63214e71cd8ecbd4f775d11c50044e93e9044ed1b361d1f39d32e8d8f02b866952d7
- Loading branch information
Showing
3 changed files
with
129 additions
and
54 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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