radicle-dev / radicle-git

Everything Radicle growing around Git
Other
35 stars 5 forks source link

radicle-surf: refactoring the error type #102

Closed keepsimple1 closed 1 year ago

keepsimple1 commented 1 year ago

This is to solve issue #91.

Moved Error in repo.rs out into a crate level Error in error.rs. Repository specific errors are wrapped by the crate::Error as well.

Also, the latest Rust 1.67.0 causes many lint errors with println!. I am changing lint to stay with Rust 1.66.1 to avoid unnecessary lint errors. We can move to Rust 1.67.0 or stable via a later PR.