miette/tests
François Garillot c07cab4b60
fix: address review feedback for no_std support
- Use core::error::Error directly (MSRV 1.82 supports it)
- Remove build.rs (track_caller is always available with MSRV 1.82)
- Simplify feature detection in handler.rs syscall module
- Add clippy lints to catch std/core/alloc misuse
- Remove custom StdError trait, re-export core::error::Error
- Add __alloc module for derive macro compatibility
- Clean up verbose comments
- Remove extern crate alloc from tests (not needed with std)
- Fix derive macros to use miette::__alloc paths
2026-01-14 15:38:54 -05:00
..
common feat(no_std): Implement comprehensive no_std support 2025-10-21 07:19:03 -04:00
drop feat(report): anyhow-ify DiagnosticReport (#35) 2021-09-04 21:22:46 -07:00
color_format.rs fix: address review feedback for no_std support 2026-01-14 15:38:54 -05:00
compiletest.rs fix(miri): Resolve Miri's concerns around unsafe code (#197) 2022-08-25 08:30:18 -07:00
derive.rs fix: address review feedback for no_std support 2026-01-14 15:38:54 -05:00
graphical.rs fix: address review feedback for no_std support 2026-01-14 15:38:54 -05:00
narrated.rs fix: address review feedback for no_std support 2026-01-14 15:38:54 -05:00
test_autotrait.rs feat(report): anyhow-ify DiagnosticReport (#35) 2021-09-04 21:22:46 -07:00
test_boxed.rs feat(no_std): Implement comprehensive no_std support 2025-10-21 07:19:03 -04:00
test_chain.rs Add dynamic diagnostic (#262) 2023-05-13 13:59:43 -07:00
test_context.rs fix(chain): correct `Chain` structure exported (#102) 2022-01-07 17:34:39 -08:00
test_convert.rs feat(report): Add conversion from Report to Box<dyn Error> (#149) 2022-04-03 13:10:32 -07:00
test_derive_attr.rs fix: address review feedback for no_std support 2026-01-14 15:38:54 -05:00
test_derive_collection.rs fix: address review feedback for no_std support 2026-01-14 15:38:54 -05:00
test_derive_source_chain.rs feat(protocol): add StdError impl for Box<dyn Diagnostic + Send + Sync> (#273) 2023-06-28 18:58:35 -07:00
test_diagnostic_source_macro.rs fix: address review feedback for no_std support 2026-01-14 15:38:54 -05:00
test_downcast.rs Add dynamic diagnostic (#262) 2023-05-13 13:59:43 -07:00
test_fmt.rs fix(clippy): fix `clippy::doc_lazy_continuation` lints (#395) 2024-08-06 10:12:06 -07:00
test_handler_access.rs feat(Report): adds `.context()` method to the `Report` (#109) 2022-01-17 17:16:08 -08:00
test_json.rs fix: address review feedback for no_std support 2026-01-14 15:38:54 -05:00
test_location.rs feat(tabs): Add replace tabs with spaces option (#82) 2021-10-05 21:05:57 -07:00
test_macros.rs feat(report): anyhow-ify DiagnosticReport (#35) 2021-09-04 21:22:46 -07:00
test_repr.rs fix(redundant-import): fix a warning and CI failure in nightly (#348) 2024-02-21 14:05:17 -08:00
test_source.rs feat(no_std): Implement comprehensive no_std support 2025-10-21 07:19:03 -04:00