issues
search
eyre-rs
/
color-eyre
Custom hooks for colorful human oriented error reports via panics and the eyre crate
Other
960
stars
56
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add archive notice to README.md
#155
ten3roberts
closed
3 months ago
0
Reverse order for stacktrace
#154
kdheepak
opened
4 months ago
2
Suggestions only displayed when printing the Debug of an error, not Display
#153
scullionw
closed
5 months ago
1
New version of backtrace doesn't export `gimli-symbolize` anymore
#152
kristof-mattei
opened
6 months ago
0
Add default feature to opt-out of owo_colors re-export
#151
FlareFlo
opened
6 months ago
0
Wrap types so we don't have to re-export `owo_colors`
#150
jssblck
opened
8 months ago
2
Construct a new `Handler` after already having created one / modify handler
#149
Emilgardis
opened
10 months ago
1
First eyre::Result::Err variant is slow to construct if backtraces are enabled
#148
deifactor
opened
11 months ago
0
Remove color & spantrace
#147
NOBLES5E
closed
11 months ago
0
Add a config option to print panic output to stdout.
#146
alercah
opened
11 months ago
0
Ergonomics: Full re-exports from `eyre`; export `color_eyre::eyre!` macro, rather than `eyre` crate
#145
LeoniePhiline
opened
11 months ago
2
Disable setting panic hook
#144
ten3roberts
opened
1 year ago
2
Automate synchronization between docs.rs and README.md
#143
thenorili
opened
1 year ago
0
[DRAFT] Expose eyre features as color-eyre features
#142
thenorili
opened
1 year ago
0
docs: fix confusing wording in README
#141
joshka
closed
7 months ago
3
Fix tests and warnings from new compiler versions
#140
ten3roberts
closed
1 year ago
1
color-eyre uses the same inexplicable information order as standard backtraces
#139
safinaskar
opened
1 year ago
1
Omit numbering of errors if there's only one
#138
ivan-aksamentov
opened
1 year ago
2
Mechanism to add sections in hook callback
#137
ColonelThirtyTwo
opened
1 year ago
0
should info! events be captured and printed as part of the SpanTrace?
#136
matthewgapp
closed
10 months ago
1
Output has few/no colors in Gnome Terminal
#135
auipga
closed
1 year ago
0
show sections when panic macro is called
#134
KaitlynEthylia
opened
1 year ago
1
Is there an easy way to make custom errors have equivalent report functions
#133
BppleMan
closed
1 year ago
1
panic in tests (I used master)
#132
BppleMan
opened
1 year ago
1
feat(handler): add methods to mutate and remove backtrace/spantrace
#131
gibfahn
opened
1 year ago
0
Print a backtrace/spantrace to debug logs not to stderr
#130
gibfahn
opened
1 year ago
1
Added show-backtrace feature
#129
ggoraa
opened
1 year ago
0
Add setters for backtrace and spantrace
#128
stormshield-kg
closed
1 month ago
0
Allow suppressing spantrace for individual errors
#127
stormshield-kg
closed
1 month ago
0
Report creation takes a lock
#126
akshayknarayan
opened
1 year ago
3
Add HelpInfo::Report and Section::{report, with_report} functions
#125
SergeyKasmy
opened
1 year ago
0
Fix a minor typo in README.md
#124
vvv
opened
1 year ago
6
Add HelpInfo::Report and Section::{report, with_report} functions
#123
SergeyKasmy
closed
1 year ago
1
Attach Report's to an error via Section::error()
#122
SergeyKasmy
opened
1 year ago
0
How to access fields of a Report
#121
ghost
opened
1 year ago
0
Outdated documentation about color-backtrace
#120
figsoda
opened
2 years ago
0
Customizable environment variables
#119
figsoda
opened
2 years ago
3
Example of how to call `color_eyre::install()` multiple times safely.
#118
ahmed-masud
opened
2 years ago
3
usage.rs minimal example does not print info event, no span trace either
#117
fleetingbytes
opened
2 years ago
2
Can you explain the .map(drop) in usage example?
#116
fleetingbytes
closed
2 years ago
2
Update version in setup instructions to 0.6
#115
sciguy16
closed
2 years ago
0
fix: Do not panic on multiple `install` calls
#114
jaysonsantos
closed
2 years ago
5
add `suppress_backtrace` method
#113
chris-laplante
closed
2 years ago
1
Release 0.6.2
#112
yaahc
closed
2 years ago
0
fix clippy warnings
#111
yaahc
closed
2 years ago
0
Bug: `color_eyre` interference with `tracing` in some cases
#110
lroux-at-jellysmack
closed
11 months ago
7
owo_colors re-export makes code-completion hard to use (IntelliJ Rust)
#109
chklauser
closed
2 years ago
2
Reporting multiple errors
#108
Kyuuhachi
closed
2 years ago
1
Add context_from traits from zebra-test to upstream color-eyre crate
#107
yaahc
closed
2 years ago
0
add config option to disable location section
#106
Emilgardis
closed
2 years ago
4
Next