imsnif/diskonaut

Feature: error reporting with clean stacktraces

Offen

#18 geöffnet am 17.06.2020

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (93 Forks)github user discovery
help wanted

Repository-Metriken

Stars
 (3.066 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Right now, if the app panics, the stacktrace we see is very much messed up and hard to read, since the terminal is in "raw mode". It would be nice if we could catch all these errors, clear the terminal, exit raw mode and then print them to the screen.

Contributor Guide