-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
enhancementNew feature or requestNew feature or request
Description
In rust-lang/rust#147967, I and several others were confused by a bisection because the compiler changed in other ways in the regression range that also broke building the repository.
I know that we could have avoided that with something like:
#!/bin/sh
cargo check 2>&1 | grep "message"$ cargo bisect-rustc --script=./test.shBut that's a bit of a mouthful. Do you think it would be worthwhile to add a --message parameter to make this easier?
Alternatively, or maybe additionally, cargo-bisect-rustc could by default parse the error message(s) from the end bisection, and ensure that it stays the same across all the "inner" invocations. Or at least that it warns if they changed.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request