Jane Losare-Lusby
Jane Losare-Lusby
In our project at work we've been seeing issues with backtrace's not capturing the full context of the application state when we panic, where as the builtin backtrace printer for...
part of https://github.com/rust-lang/crater/issues/440 I don't know how to accurately explain this one, so I will wait for @pietroalbini to come in and fill out a proper issue body. From our...
Crater is essentially a test case for rustlang to guarantee that it doesn't introduce any unexpected breaking changes. It would be helpful if crater could be generalized into a test...
# Proposal TLDR Add a dynamic dispatch based version of `eyre::Report`'s `EyreHandler` trait and parameter, with a global hook for constructing the boxed trait object that stores additional context and...
minimal.rs breaks if sneeze within 2 miles of it. It is sensitive to the line numbers of its source file, adding or removing lines anywhere almost always breaks it, additionally...
Currently `color_eyre` only supports either printing the entire error report including all custom sections, the backtrace, and the span trace. This is a multiple line representation and it doesn't fit...
based on a discussion with @aldanor in https://github.com/yaahc/eyre/issues/41#issuecomment-724896902 ## Desirable Properties - [ ] Easy to setup - [ ] The ability easily disable a subset of the nursery filters...