issues Search Results · repo:eyre-rs/eyre language:Rust
Filter by
84 results
(67 ms)84 results
ineyre-rs/eyre (press backspace or delete to remove)Using eyre::bail!( E) where E: std::error::Error seems to cause a disambiguation error. When the error type is not
borrowed, the error disappears. I assume this should actually cause a hard error, since ...
tingerrr
- Opened 19 days ago
- #219
First off, thank you for the fantastic crate.
We are currently pinned to the commit 7706273 to pick up that fix. I d love to get us on a released version. Is a new
patch release planned soon?
stusmall
- 6
- Opened on Jan 15
- #215
Quoting https://github.com/rust-lang/backtrace-rs/releases/tag/0.3.72:
This release removes a lot of dead code. Some feature flags that haven t done anything in a long time are gone. If you
depend on ...
VorpalBlade
- 1
- Opened on Jan 13
- #214
Error:
[eyre 0.6.8] error[E0407]: method `backtrace` is not a member of trait `Error`
[eyre 0.6.8] -- /wrkdirs/usr/ports/devel/cargo-spellcheck/work/target/release/build/eyre-75082b40f71007b4/out/probe.rs:19:9 ...
yurivict
- Opened on Dec 11, 2024
- #211
0.6.3 color-eyre has been released and tagged
https://github.com/eyre-rs/eyre/commit/f544fed447df75b1accbc95bc2c26aa8fedc312e, yet it s not present either on master
or anyhow-compat branches, only on color-eyre-0.6 ...
dj8yfo
- 1
- Opened on Nov 19, 2024
- #209
Currently, the issue-reporting functionality is pretty barebones. It only allows using the generic template and adding
more table rows to the metadata table. There are a few reasons to allow more customization: ...
KFearsoff
- Opened on Oct 13, 2024
- #205
I have an error like this:
#[derive(thiserror::Error, Debug)]
pub enum MyError {
...
#[error(transparent)]
Other(#[from] eyre::Error),
}
I want to print the error along with the backtrace ...
musjj
- Opened on Oct 6, 2024
- #204
I am logging the error instead of panicking. For anyone inspecting the logs the note and especially suggestion section
would be very useful. I do not know how to get them out of the Report without panicking ...
dvdsk
- 3
- Opened on Sep 26, 2024
- #203
Hey,
When importing any color_eyre type, my code completion (nvim-cmp) starts suggesting 30+ color_eyre::owo_colors methods
on nearly every struct in my project (see image below). Is there some way to ...
JaydenElliott
- 4
- Opened on Sep 16, 2024
- #202
(migrated from https://github.com/eyre-rs/color-eyre/issues/130)
Sorry if this is in the docs/examples and I missed it, but I m struggling to work out how I would manually generate a
backtrace or a spantrace ...
gibfahn
- 1
- Opened on Sep 16, 2024
- #201

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.