Skip to content

Replace error-chain with thiserror - #59

Merged
bors[bot] merged 4 commits into
rust-cli:masterfrom
matthiasbeyer:error-chain-to-thiserror
Sep 12, 2022
Merged

Replace error-chain with thiserror#59
bors[bot] merged 4 commits into
rust-cli:masterfrom
matthiasbeyer:error-chain-to-thiserror

Conversation

@matthiasbeyer

Copy link
Copy Markdown
Member

Replaces the abandoned error-chain crate with thiserror, but does not clean up any expect() or unwrap() calls!


Closes#58

@matthiasbeyer

Copy link
Copy Markdown
MemberAuthor

Lets see what CI thinks.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This patch replaces error-chain with the current version of thiserror.
There's nothing done more, so no cleanup of .expect() or .unwrap()
calls, just a plain conversion from one crate to another.
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
@matthiasbeyer

Copy link
Copy Markdown
MemberAuthor

bors merge

@bors

borsBot commented Sep 12, 2022

Copy link
Copy Markdown
Contributor

Build succeeded:

@bors
borsBot merged commit d89b7ef into rust-cli:masterSep 12, 2022
@matthiasbeyer
matthiasbeyer deleted the error-chain-to-thiserror branch September 12, 2022 07:00
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace error-chain with thiserror

1 participant

@matthiasbeyer