miette/src
Boshen f1dc89c076
fix(handler): remove the two extra `is_terminal` sys call from `MietteHandlerOpts::build` (#325)
`GraphicalReportHandler::new()` calls `GraphicalTheme::default()`

7ff4f874d6/src/handlers/graphical.rs (L52)

which calls `std::io::stdout().is_terminal()` and `std::io::stderr().is_terminal()`

7ff4f874d6/src/handlers/theme.rs (L72)

but this default theme is overridden by `with_theme(theme)`.
2024-02-03 19:12:49 -08:00
..
eyreish docs: Improve linking. (#289) 2023-09-18 09:12:56 -07:00
handlers fix(graphical): render cause chains for inner errors (#330) 2024-01-30 16:03:01 -08:00
chain.rs fix(chain): correct `Chain` structure exported (#102) 2022-01-07 17:34:39 -08:00
diagnostic_chain.rs feat(diagnostic_source): add protocol method for Diagnostic-aware source chaining (#165) 2022-05-05 08:32:37 -07:00
error.rs feat(derive): Make `miette-derive` be able to be turned off (#304) 2023-11-09 13:22:47 -08:00
handler.rs fix(handler): remove the two extra `is_terminal` sys call from `MietteHandlerOpts::build` (#325) 2024-02-03 19:12:49 -08:00
lib.rs fix(docs): add example to README and docs fixing #96 (#319) 2023-11-15 10:35:46 -08:00
macro_helpers.rs feat(label): use macro magic instead of optional flag for optional labels 2022-04-17 22:43:01 -07:00
miette_diagnostic.rs feat(labels): Add support for primary label in specifying line/col information (#291) 2023-09-20 15:36:33 -07:00
named_source.rs feat(source): Add getter for NamedSource name (#252) 2023-04-18 08:55:08 -07:00
panic.rs feat(panic): improved backtrace handling 2023-03-31 17:08:20 -07:00
protocol.rs fix(clippy): Add missing semicolons where nothing is returned. (#293) 2023-09-25 10:33:07 -07:00
source_impls.rs misc(perf): nit perf improvements (#244) 2023-03-29 20:21:40 -07:00