The Nest
Explore
Sign in
yaahc
eyre
src
2
Code
Changes
Tags
Discussions
main
Jane Lusby
(cargo-release) version 0.6.5
on January 5, 2021
error
Add support for conversion to pyo3::PyErr (#47) * Added convertion to pyo3::PyErr gated behind feature flag * Added test_pyo3 * fix ci to not test unsupportable feature msrv * fix rustfmt Co-authored-by: Jane Lusby <jlusby@yaah.dev>
on January 5, 2021
backtrace.rs
make an effort at no_std support
on February 28, 2020
chain.rs
Switch report handler to a global hook (#29) * Switch report handler to a global hook * more cleanup * remove default from example * remove broken support for no_std * back out the unneeded nostd check * remove one stackframe when capturing a Handler * update docs and prep for release * port lib.rs docs updates to readme
on July 5, 2020
context.rs
Add track_caller on APIs missing it (#48) This change adds `track_caller` annotations to `context.rs` on various trait helper methods (`wrap_err`) that were missing it. It also adds tests for these APIs to ensure that the location captured is in the file that created the error.
on January 4, 2021
error.rs
Add support for conversion to pyo3::PyErr (#47) * Added convertion to pyo3::PyErr gated behind feature flag * Added test_pyo3 * fix ci to not test unsupportable feature msrv * fix rustfmt Co-authored-by: Jane Lusby <jlusby@yaah.dev>
on January 5, 2021
fmt.rs
Switch report handler to a global hook (#29) * Switch report handler to a global hook * more cleanup * remove default from example * remove broken support for no_std * back out the unneeded nostd check * remove one stackframe when capturing a Handler * update docs and prep for release * port lib.rs docs updates to readme
on July 5, 2020
kind.rs
Add #[track_caller] for adhoc errors (#42)
on November 10, 2020
lib.rs
(cargo-release) version 0.6.5
on January 5, 2021
macros.rs
Rename core types
on February 27, 2020
wrapper.rs
Switch report handler to a global hook (#29) * Switch report handler to a global hook * more cleanup * remove default from example * remove broken support for no_std * back out the unneeded nostd check * remove one stackframe when capturing a Handler * update docs and prep for release * port lib.rs docs updates to readme
on July 5, 2020