miette/src
François Garillot f346d78d21
fix: address review feedback and add feature powerset CI
- Make spin a required dependency for no_std hook support (OnceLock unavailable)
- Simplify cfg guards: not(std) instead of not(std) && spin
- Change clippy alloc/std lints from warn to deny
- Remove no_std stub for from_current_location (compile-time vs runtime error)
- Fix is_graphical cfg logic for fancy-base without fancy-no-backtrace
- Add cargo-hack feature powerset CI job to verify all 56 combinations
2026-01-14 16:31:42 -05:00
..
eyreish fix: address review feedback and add feature powerset CI 2026-01-14 16:31:42 -05:00
handlers fix: address review feedback for no_std support 2026-01-14 15:38:54 -05:00
highlighters fix: address review feedback for no_std support 2026-01-14 15:38:54 -05:00
chain.rs feat(no_std): Implement comprehensive no_std support 2025-10-21 07:19:03 -04:00
diagnostic_chain.rs feat(no_std): Implement comprehensive no_std support 2025-10-21 07:19:03 -04:00
diagnostic_impls.rs fix: address review feedback for no_std support 2026-01-14 15:38:54 -05:00
error.rs fix: address review feedback for no_std support 2026-01-14 15:38:54 -05:00
handler.rs fix: address review feedback and add feature powerset CI 2026-01-14 16:31:42 -05:00
lib.rs fix: address review feedback and add feature powerset CI 2026-01-14 16:31:42 -05:00
macro_helpers.rs feat(no_std): Implement comprehensive no_std support 2025-10-21 07:19:03 -04:00
miette_diagnostic.rs fix: address review feedback for no_std support 2026-01-14 15:38:54 -05:00
named_source.rs feat(no_std): Implement comprehensive no_std support 2025-10-21 07:19:03 -04:00
panic.rs fix: address review feedback for no_std support 2026-01-14 15:38:54 -05:00
protocol.rs fix: address review feedback and add feature powerset CI 2026-01-14 16:31:42 -05:00
source_impls.rs feat(no_std): Implement comprehensive no_std support 2025-10-21 07:19:03 -04:00