cargo-pkgbuild icon indicating copy to clipboard operation
cargo-pkgbuild copied to clipboard

Improve error handling

Open foo-jin opened this issue 4 years ago • 1 comments

This PR contains the following:

  1. All functions now propagate their errors upwards.
  2. Errors are now printed in main instead of unwrapped
  3. The Cargo.toml handling code is replaced by crates to improve the related error messages (these errors are the most common: e.g. trying to use the program outside of a rust repository)

foo-jin avatar Apr 23 '22 09:04 foo-jin

Any movement on this?

mfdorst avatar Jul 19 '22 09:07 mfdorst

Any news on this ? I was going to leave an issue about this bug. I can take this PR and try and finish it, if that's okay ? @kstep @foo-jin

AkechiShiro avatar Jul 03 '23 15:07 AkechiShiro