miette/src
Boshen 813232ba79
fix(color): setting NO_COLOR should not print ansi codes for non-terminals (#381)
Fixes: https://github.com/zkat/miette/issues/380
2024-06-11 09:18:24 -07:00
..
eyreish fix(graphical): fix nested error wrapping (#358) 2024-03-27 16:20:06 -07:00
handlers fix(color): setting NO_COLOR should not print ansi codes for non-terminals (#381) 2024-06-11 09:18:24 -07:00
highlighters fix(highlighter): ugh, missed another spot 2024-02-03 20:25:23 -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 feat(wasm): add feature "fancy-no-syscall" for wasm targets (#349) 2024-02-23 07:42:39 -08:00
lib.rs fix(docs): `alt` attribut for `single-line-example.png` (#372) 2024-05-01 15:20:01 -07:00
macro_helpers.rs feat(collection): add support for collection of labels (#341) 2024-02-15 18:14:04 -08: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): derive common traits for NamedSource, SourceSpan, and SourceOffset (#340) 2024-02-08 14:16:49 -08:00
panic.rs feat(panic): improved backtrace handling 2023-03-31 17:08:20 -07:00
protocol.rs feat(collection): add support for collection of labels (#341) 2024-02-15 18:14:04 -08:00
source_impls.rs fix(redundant-import): fix a warning and CI failure in nightly (#348) 2024-02-21 14:05:17 -08:00