Releases: rubyatscale/codeowners-rs
Releases · rubyatscale/codeowners-rs
9a118d8
use relative instead of absolute paths when displaying team mismatch …
72cfe84
[Test] invalid team annotation integration test
701b568
fix error trace by ensuring error helper method is omitted from the s…
d89075f
Update README.md
9eb1be7
Integrate error-stack for better error and stacktrace reporting (#4) [error-stack](https://hash.dev/blog/announcing-error-stack) is a fairly recent Rust error reporting library meant to build richer and more concise error reports. Using it adds boilerplate and forces explicit error types across all fallible methods. The result is a much more concise and clear terminal output and the flexibility to customize error reporting by targeting an error happening deep inside the stack. For example: <img width="870" alt="image" src="https://user-images.githubusercontent.com/653256/229308111-28957fe5-9ea0-41c0-847c-d37df9598071.png"> Or: <img width="1063" alt="image" src="https://user-images.githubusercontent.com/653256/229308123-27939b39-ca46-40da-9452-261b8956c89a.png">
8391c44
fix non determinism of error messages
651caa6
tidy error method names
a26baf9
Update README.md
76b7343
Integrate color-eyre for better error and stacktrace reporting (#3)
eda905e
Update README.md