Make long errors fully accessible - #511
Conversation
|
I've long wanted a feature like this, thanks @barlevalon 🙏 what do you think about making it a full screen thing instead of a popup/modal? it feels a bit distracting to have it that way. Then we can eventually add things like message number/timestamps/etc.. and make it a bit more of a log (which we should probably spool it to as well, but we can do that in the future) |
|
Thanks! I like that direction. It fits |
|
Updated in ef0c18e: |
|
I chose this public PR to scan for my testing at Lenzon, I hope it's useful in some way: |
Summary
:messagesfor errors:messagesshows the current full error. Close it withqorEsc; navigation uses the existing help scrolling keys (j/k, arrows,Ctrl-d/u,g/G, Page Up/Down).Validation
cargo fmt --checkcargo clippy --all-targets --all-features -- -D warningscargo test— 1151 passed, 1 ignoredcargo buildgit diff --check