The Nest
Explore
Sign in
yaahc
eyre
tests
2
Code
Changes
Tags
Discussions
main
Jane Lusby
(cargo-release) version 0.6.5
on January 5, 2021
common
Rename core types
on February 27, 2020
drop
Atomic flag type for use in Drop tests
on October 27, 2019
ui
Rename core types
on February 27, 2020
compiletest.rs
Add basic trybuild test for error missing Display impl
on November 28, 2019
test_autotrait.rs
Rename ErrReport to Report (#9) * Rename ErrReport to Report * bump versions to prep for a release
on April 13, 2020
test_boxed.rs
fix type inference issue in eyre macro autoderef behavior (#27) * fix type inference issue in eyre macro autoderef behavior * use the upstream example * update testcase compile err output * remove cruft * bump version for breaking change
on June 21, 2020
test_chain.rs
Rename ErrReport to Report (#9) * Rename ErrReport to Report * bump versions to prep for a release
on April 13, 2020
test_context.rs
Rename ErrReport to Report (#9) * Rename ErrReport to Report * bump versions to prep for a release
on April 13, 2020
test_context_access.rs
remove member access fns and backtrace fn (#14) * remove member access fns and * fix nightly errors * bring back the test i accidentally removed
on May 4, 2020
test_convert.rs
Rename ErrReport to Report (#9) * Rename ErrReport to Report * bump versions to prep for a release
on April 13, 2020
test_downcast.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
test_fmt.rs
Implement track caller support for eyre::Report (#36) * Implement track caller support for eyre::Report * fix errors on old compiler version * fix tests * add a changelog * (cargo-release) version 0.6.1-rc.1 * Allow missing replacement for diff range * maybe it has to be deleted * okay try removing it entirely... * (cargo-release) version 0.6.1 * (cargo-release) start next development iteration 0.6.2-alpha.0 * add back missing replacement
on September 28, 2020
test_location.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
test_macros.rs
Rename EyreContext to EyreHandler (#26) * Rename EyreContext to EyreHandler * bump version for new release * use pub use for aliases
on June 2, 2020
test_pyo3.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
test_repr.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
test_source.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