human-panic
human-panic copied to clipboard
Panic messages for humans.
🔦 question? ## Expected Behavior When using panic!, the log message is displayed prior to the stack trace. As an example, this statement panic!("feed item {:?} can't be parsed, as...
While on desktop applications it makes sense to store the crash report in a file, on mobile devices it can be challenging to actually find the report file, especially for...
https://github.com/rust-cli/human-panic/blob/200e427603841238a4a9ff97ca9e0c5d5b9be974/src/lib.rs#L220 The code attempts to downcast to &str but this will return None if the PanicInfo.payload() is a String. For example, consider the following panic: `panic!("this is a {}", "test");`...
**Choose one:** 🙋 feature request Something I noticed in [sentry](https://blog.sentry.io/2018/05/01/sentry-for-rust), which is an enterprise-y form of human-panic, is the ability to capture logged warnings / errors. This could be a...
Would it be possible to set a custom error message? Perhaps a project could have a text file or config file that it passes as a string to human-panic's sourcing...
## Expected Behavior I was investigating human-panic for possible usage in Clippy because we usually get a lot of failures due to being on nightly and depending on a lot...
Could this crate at a later date optionally allow for sending the report on behalf of the user if they allow it rather than manual submission from the user? Or...
This is a 🙋 feature. ## Checklist - [x] tests pass - [ ] tests and/or benchmarks are included - is this necessary/possible for this? - [x] documentation is changed...
[](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | Pending | |---|---|---|---| | [rust](https://togithub.com/rust-lang/rust) | minor | `1.72` -> `1.73` | `1.77` (+3) |...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/rust-cli/human-panic). This repository currently has no open or...