58 Commits

Author SHA1 Message Date
Kevin Menard
44a6857093
Fix typos. (#39) 2020-10-08 12:41:28 -07:00
Za Wilcox
8c4cb4f66e
fixed minor errors in README, ?enhanced? punny-ness (#33)
Co-authored-by: zancas <zancas@zingolabs.com>
2020-08-24 14:31:49 -07:00
Jane Lusby
f39eaff0b2
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
2020-07-05 19:04:31 -07:00
Jane Lusby
96ddb39cd0
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
2020-06-21 10:41:56 -07:00
Jane Lusby
fd00a3bbab
Rename EyreContext to EyreHandler (#26)
* Rename EyreContext to EyreHandler

* bump version for new release

* use pub use for aliases
2020-06-02 13:59:09 -07:00
Basit Ayantunde
3621a4b66e
Fixed typo (#23) 2020-05-29 08:38:47 -07:00
Alex Chan
98a2d3085d
Remove unwanted apostrophe from “its ability” (#21) 2020-05-22 19:20:01 -07:00
Jane Lusby
86c1267aab
bump indenter dep version and update readme
* Update testing

* dont bother testing no_std yet ...

* bump version for new release with fixed indenter

* add documentation about custom context crates
2020-05-17 10:37:33 -07:00
Jane Lusby
6daf46c7aa
Add ContextCompat trait for porting from anyhow (#15) 2020-05-07 10:54:28 -07:00
Jane Lusby
d525c1fc0a
remove member access fns and backtrace fn (#14)
* remove member access fns and

* fix nightly errors

* bring back the test i accidentally removed
2020-05-04 12:20:46 -07:00
Jane Lusby
38a2e706dd
simplify docs and add back compat support (#12)
* simplify docs

* improve docs a little more
2020-05-03 13:40:02 -07:00
Félix Saparelli
fa398e764c
Fix strings on last few examples (#11) 2020-04-25 06:22:43 -07:00
Jane Lusby
3ac0be8322
merge upstream changes from anyhow (#10) 2020-04-13 09:19:24 -07:00
Jane Lusby
e3bf56ef5c
Rename ErrReport to Report (#9)
* Rename ErrReport to Report

* bump versions to prep for a release
2020-04-13 09:10:30 -07:00
Jane Lusby
7a9d480c99 provide a default impl for the Display trait 2020-04-07 13:05:33 -07:00
Pascal Hertleif
ab76683def Fix tracing_error::SpanTrace link in Readme
Just a quick drive-by commit :)
2020-04-05 05:15:48 -07:00
Jane Lusby
78817d3faf Update readme 2020-03-13 14:32:54 -07:00
Jane Lusby
2397da0112 More readme / docs updates 2020-03-05 18:54:39 -08:00
Jane Lusby
6ce7d262f7 More updates to the readme 2020-03-05 18:45:59 -08:00
Jane Lusby
4bf18acb8f Be more assertive 2020-03-05 17:44:50 -08:00
Jane Lusby
788f7e8bbd Another one bites the dust 2020-03-04 17:15:40 -08:00
Jane Lusby
24f97fa239 Fix more broken links 2020-03-04 17:15:04 -08:00
Jane Lusby
7fe710ad04 Fix broken links 2020-03-04 17:12:55 -08:00
Jane Lusby
0efed8047b Bump version one more time 2020-03-04 16:40:33 -08:00
Jane Lusby
dda5227876 Fix readme 2020-03-04 16:21:40 -08:00
Jane Lusby
efb8a9ca82 Update docs to reflect changes in API 2020-02-28 16:42:49 -08:00
Jane Lusby
41c0283913 Update README.md 2020-02-28 10:17:19 -08:00
Jane Lusby
fc662c5ae5 simplify ci requirements 2020-02-28 10:13:16 -08:00
Jane Lusby
9da3357ad1 Update README.md 2020-02-28 09:45:29 -08:00
Jane Lusby
3c14363706 Update README.md 2020-02-28 09:44:23 -08:00
Jane Lusby
dc23e937ee Update README.md 2020-02-28 09:43:14 -08:00
Jane Lusby
3b26dacea8 Update docs a little 2020-02-28 09:37:41 -08:00
Jane Lusby
6c1a9af5b8 move fmting to trait and add github actions support 2020-02-28 08:21:08 -08:00
Jane Lusby
10570f5d72 Rename more of the API 2020-02-27 17:23:09 -08:00
Jane Lusby
04f6ed13d2 Rename context apis 2020-02-27 17:15:17 -08:00
Jane Lusby
c476a98f77 Rename Context trait 2020-02-27 13:18:06 -08:00
Jane Lusby
86da223cde Rename core types 2020-02-27 13:04:19 -08:00
David Tolnay
9d944e6a2e
Document no-std support 2019-11-27 21:55:25 -08:00
David Tolnay
87e85abfd8
Use instrs.json as file path in examples
The jsox file extension was intended to imply that there had been a
typo, but it ended up being distracting.
2019-11-15 21:33:01 -08:00
David Tolnay
437c691d16
Capitalize example error messages 2019-11-15 21:33:01 -08:00
David Tolnay
791754e3c0
Add brief comparison with thiserror 2019-10-28 23:53:00 -07:00
David Tolnay
f721eec438
Remove fehler link
The Anyhow implementation has changed a lot and is now quite different
from der Fehler.
2019-10-28 07:57:44 -07:00
David Tolnay
a37dea2133
Pull in thiserror library for tests 2019-10-09 11:14:00 -07:00
David Tolnay
d4bc68cf65
Link to thiserror instead of err-derive 2019-10-09 11:11:03 -07:00
David Tolnay
c81b949080
Rephrase relationship to fehler after lots of changes 2019-10-08 14:24:01 -07:00
David Tolnay
6cd9ea7666
Raise minimum supported rustc version to 1.34 2019-10-08 02:07:04 -07:00
David Tolnay
6fa503dff5
Show supported compiler version in readme 2019-10-07 08:54:05 -07:00
David Tolnay
0193d0cc84
Add comparison to failure crate 2019-10-07 08:25:15 -07:00
David Tolnay
3d65a7849c
Release 1.0.0 2019-10-07 07:55:24 -07:00
David Tolnay
b0c8c75766
Omit '0:' if only one cause 2019-10-06 17:02:43 -04:00