rust-lang / cargo-bisect-rustc

Bisects rustc, either nightlies or CI artifacts
https://rust-lang.github.io/cargo-bisect-rustc/
Apache License 2.0
174 stars 55 forks source link

Improve debug wording #311

Closed apiraino closed 2 weeks ago

apiraino commented 5 months ago

A user recently mentioned that the wording of cargo bisect during the bisection is a bit unclear (https://togithub.com/rust-lang/rust/issues/119822#issuecomment-1929153702), namely what do the messages after every test mean.

With this patch I'm trying to make it clearer (I hope I got the logic right).

thanks for checking this out!

r? @ehuss

apiraino commented 2 weeks ago

This was handled (better) in #337 and #339