Skip to content

Releases: rubyatscale/codeowners-rs

9a118d8

03 Apr 14:11

Choose a tag to compare

use relative instead of absolute paths when displaying team mismatch …

72cfe84

03 Apr 14:19

Choose a tag to compare

[Test] invalid team annotation integration test

701b568

03 Apr 14:20

Choose a tag to compare

fix error trace by ensuring error helper method is omitted from the s…

d89075f

02 Apr 19:10
d89075f

Choose a tag to compare

Update README.md

9eb1be7

02 Apr 17:23
9eb1be7

Choose a tag to compare

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

02 Apr 18:58

Choose a tag to compare

fix non determinism of error messages

651caa6

02 Apr 19:02

Choose a tag to compare

tidy error method names

a26baf9

01 Apr 18:51
a26baf9

Choose a tag to compare

Update README.md

76b7343

01 Apr 19:36
76b7343

Choose a tag to compare

Integrate color-eyre for better error and stacktrace reporting (#3)

eda905e

31 Mar 22:57
eda905e

Choose a tag to compare

Update README.md