I am trying to use check-all in CI, but the process would exit with errno 1; this is because the subcommand is designed to be human-friendly, and will just abort if it cannot generate the visualization
|
.context("Failed to get the terminal size")? |
Perhaps in check_all_exercises_impl we can revert to a basic synchronous procedure should terminal::size().context("Failed to get the terminal size")? have went the sad path.
I just finished the track and deeply appreciate everything that the contributors have put their hard work into. Wish all the best for rustlings (and rustacean wannabes like me)!
I am trying to use
check-allin CI, but the process would exit with errno 1; this is because the subcommand is designed to be human-friendly, and will just abort if it cannot generate the visualizationrustlings/src/app_state.rs
Line 413 in b5d440f
Perhaps in
check_all_exercises_implwe can revert to a basic synchronous procedure shouldterminal::size().context("Failed to get the terminal size")?have went the sad path.I just finished the track and deeply appreciate everything that the contributors have put their hard work into. Wish all the best for rustlings (and rustacean wannabes like me)!