617 Commits

Author SHA1 Message Date
Georg Brandl
ee2077e01d
lib: fix typos (#88)
* lib: fix typos

* lib: more typos
2023-08-11 19:07:49 -07:00
Joel Montes de Oca
c32a8d0b67
Grammer/typo (#85) 2022-08-19 14:11:29 -07:00
Jane Losare-Lusby
4a7b4d6988
Merge pull request #113 from chris-laplante/cpl/suppress_backtrace
add `suppress_backtrace` method
2022-08-03 19:37:19 -07:00
Jane Losare-Lusby
93fcb6f8cd
Merge branch 'master' into cpl/suppress_backtrace 2022-08-01 13:20:14 -07:00
Chris Laplante
2821e2b4b8 cargo fmt 2022-07-29 22:00:17 -04:00
Jane Losare-Lusby
ad685891aa
Merge pull request #114 from jaysonsantos/master
fix: Do not panic on multiple `install` calls
2022-07-29 14:22:56 -07:00
Jane Losare-Lusby
1400430238
Apply suggestions from code review 2022-07-27 14:16:53 -07:00
Jayson Reis
d70363e7fc fix: Extract backward compatible bits from into_hooks into try_into_hooks 2022-07-27 23:07:00 +02:00
Jayson Reis
c770783f17
Merge branch 'master' into master 2022-07-27 20:23:32 +02:00
Jayson Reis
22ac4dab5f chore: fix panic compose example 2022-07-27 17:04:10 +02:00
Jane Losare-Lusby
bbe5705612
Merge pull request #115 from sciguy16/version-update
Update version in setup instructions to 0.6
2022-07-26 11:05:43 -07:00
David Young
9e6280be23 Update version in setup instructions to 0.6 2022-07-26 11:57:29 +01:00
Jayson Reis
48037df311 fix: Do not panic on multiple install calls 2022-07-26 09:27:37 +02:00
Chris Laplante
99df70d21f
Merge branch 'yaahc:master' into cpl/suppress_backtrace 2022-07-21 16:50:38 -04:00
Chris Laplante
5aa7c40f38 add suppress_backtrace 2022-07-15 17:41:16 -04:00
Jane Losare-Lusby
ede865079d
Merge pull request #112 from yaahc/release
Release 0.6.2
2022-07-11 16:14:38 -07:00
Jane Lusby
6a9b70b44d (cargo-release) version 0.6.2 2022-07-11 16:06:14 -07:00
Jane Lusby
6ebf8453ea Update changelog for new release 2022-07-11 16:04:26 -07:00
Jane Losare-Lusby
5f8b4754be
Merge pull request #111 from yaahc/appeasement
fix clippy warnings
2022-07-11 16:02:05 -07:00
Jane Lusby
5890bab176 fix clippy warnings 2022-07-11 15:55:30 -07:00
Jane Losare-Lusby
08e216de30
Merge pull request #106 from Emilgardis/display_location_section
add config option to disable location section
2022-07-11 11:22:35 -07:00
Tim Diekmann
dba523177e
Fix stacked borrows when dropping Error (#81) 2022-07-07 12:01:42 -07:00
Emil Gardström
9cbcd93490 add config option to disable location section 2022-06-11 19:27:26 +02:00
Jane Lusby
64f88d7279
Add community discord to readme (#76) 2022-05-18 17:15:50 -07:00
Jane Lusby
2128f074a9
Merge pull request #104 from dbanty/master
Add LICENSE files
2022-05-05 11:19:47 -07:00
Jane Lusby
1a52aac2b5
Merge pull request #19 from erickt/master
Add license files
2022-05-05 11:04:35 -07:00
Erick Tryzelaar
35031dc499 Add license files 2022-05-05 10:38:25 -07:00
Jane Lusby
b8f3892754
Release 0.6.8 (#74)
* Update changelog for new release

* Add recommendations on API stability

* (cargo-release) version 0.6.8
2022-04-04 10:31:50 -07:00
Philipp Oppermann
4f9661522b
Mark Report as #[must_use] (#73)
Not using the error type after construction is a common mistake. This can also easily happen with the provided macros, when using `eyre!` instead of `eyre::bail!`. By marking the type as `#[must_use]`, the compiler warns us in such cases.
2022-03-30 07:31:37 -07:00
William D. Jones
769e26e4ab
Add must-install feature, so that a non-default handler can be the on… (#52)
* Add must-install feature, so that a non-default handler can be the only handler consuming .text.

* Provide a better panic message if `must-install` feature is enabled.

Co-authored-by: Jane Lusby <jlusby42@gmail.com>

* Bump version because new feature was added.

* Convert must-install feature to auto-install to avoid negative features.

* Add ability to manually install DefaultHandler (for when auto-install is disabled).

* Ensure doctests pass when auto-install feature is disabled.

* Integration tests now succeed without auto-install feature.

* Add integration test for when auto-install feature is disabled.

* Add auto-install feature testing to CI.

* cargo fmt.

Co-authored-by: Jane Lusby <jlusby42@gmail.com>
Co-authored-by: Jane Lusby <jlusby@yaah.dev>
2022-03-25 13:32:39 -07:00
Dylan Anthony
615d16ca0d
Add LICENSE files to close #90 2022-03-15 18:07:25 -06:00
Jane Lusby
801aa67004
Merge pull request #101 from yaahc/release
Release 0.6.1
2022-03-02 10:34:36 -08:00
Jane Lusby
04319d72df (cargo-release) version 0.6.1 2022-02-24 22:45:05 -08:00
Jane Lusby
c5440796fe rustfmt you bitch 2022-02-24 21:56:44 -08:00
Jane Lusby
f4ebce4518
release 0.6.7 (#71)
* update changelog

* (cargo-release) version 0.6.7
2022-02-24 21:10:36 -08:00
Jane Lusby
8a8564d5bf update changelog 2022-02-24 21:09:54 -08:00
Jane Lusby
a2cbb4468e fix clippy warning 2022-02-24 21:09:21 -08:00
Jane Lusby
702f71f475
Merge pull request #100 from Hoverbear-Consulting/merge-backtrace-omitted-lines
Join backtrace omission lines
2022-02-24 17:45:44 -08:00
Ana Hobden
e9e68adc82 fmt
Signed-off-by: Ana Hobden <operator@hoverbear.org>
2022-02-24 17:23:03 -08:00
Ana Hobden
10dfd8dda3 Join backtrace omission lines
Signed-off-by: Ana Hobden <operator@hoverbear.org>
2022-02-24 17:10:04 -08:00
Ana Hobden
3eedb84fe0
Add #[track_caller] to format_err (#70)
Signed-off-by: Ana Hobden <operator@hoverbear.org>
2022-02-24 17:06:32 -08:00
Jeremy Banks
2c9a940e1d
docs: correct "eyre::Error" to "eyre::Report" (#69) 2022-01-31 10:25:08 -08:00
Jane Lusby
fb77d1b783
Release 0.6.6 (#67)
* update changelog

* mention new format args capture in docs

* cfg doctest to compile on all versions of rustc

* update field for newer versions of cargo release

* (cargo-release) version 0.6.6
2022-01-19 15:44:40 -08:00
x-hgg-x
7c7155f677
Support format arguments capture (#66)
* Support format arguments capture

* Fix tests
2022-01-19 15:06:40 -08:00
Jane Lusby
3c3641c5d6
Merge pull request #98 from yaahc/release
Prepare for 0.6 release
2022-01-12 16:47:50 -08:00
Jane Lusby
ac0cbccd90
Merge pull request #18 from yaahc/release
Prepare for 0.2 release
2022-01-12 16:35:35 -08:00
Jane Lusby
d79aab1782 (cargo-release) version 0.6.0 2022-01-12 16:31:45 -08:00
Jane Lusby
5cd0abd210 Prepare for 0.6 release 2022-01-12 16:30:28 -08:00
Jane Lusby
5624f10c50
Merge pull request #92 from asonix/asonix/update-tracing-error
Update tracing error (and tracing subscriber)
2022-01-12 16:26:47 -08:00
Jane Lusby
316efcc570 integrate the rest of the changes by asonix 2022-01-12 16:22:41 -08:00