-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Allow attaching Reports to Reports #198
Labels
A-color-eyre
Area: color-eyre subcrate
C-enhancement
Category: New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Comments
no objections |
yaahc
added
C-enhancement
Category: New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
A-color-eyre
Area: color-eyre subcrate
labels
Aug 29, 2024
Hello, is this issue still relevant? I'm a newbie, but I'd like to try helping. |
@afmireski Contributions are welcome — feel free to claim this issue and start working on it! :) |
Thanks. I'll start soon. |
3 tasks
Hello, I've finished. I've opened a PR: #208. |
afmireski
added a commit
to afmireski/eyre
that referenced
this issue
Nov 22, 2024
afmireski
added a commit
to afmireski/eyre
that referenced
this issue
Nov 22, 2024
afmireski
added a commit
to afmireski/eyre
that referenced
this issue
Nov 24, 2024
- Refactored eyre/tests/test_pyo3.rs to support pyo3 version upgrade.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-color-eyre
Area: color-eyre subcrate
C-enhancement
Category: New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
While
with_error
already allows attaching errors, acolor_eyre::Report
would need to be coerced into aStdError
, losingHelpInfo
sections, and probably alsotracing
data in the process.eyre-rs/color-eyre#125 would have implemented the option to attach proper
color_eyre::Report
s, which would allow for something like this:This would render nicely, with the full details for all errors, including helpful sections like from
wrap_err
orwith_suggestion
.The text was updated successfully, but these errors were encountered: