miette/src/handlers
Benjamin Lee 8b56d277ef
fix(graphical): Fix panic with span extending past end of line (#221)
Fixes: #215 

This also changes the behavior with spans including a CRLF line-ending.
Before the panic bug was introduced, these were rendered with the CRLF
being two visual columns wide. Now, any span extending past the EOL is
treated as including one extra visual column.
2022-11-23 16:35:13 -08:00
..
debug.rs feat(diagnostic_source): add protocol method for Diagnostic-aware source chaining (#165) 2022-05-05 08:32:37 -07:00
graphical.rs fix(graphical): Fix panic with span extending past end of line (#221) 2022-11-23 16:35:13 -08:00
json.rs feat(json): `causes` support (#188) 2022-07-31 11:47:06 -07:00
mod.rs feat: add fancy-no-backtrace feature (#144) 2022-03-22 12:30:52 -07:00
narratable.rs feat(graphical): Allow miette users to opt-out of the rendering of the cause chain (#192) 2022-08-09 17:32:02 -07:00
theme.rs feat(theme): restructure automatic color selection (#177) 2022-06-24 08:30:36 -07:00