cargo-bisect-rustc icon indicating copy to clipboard operation
cargo-bisect-rustc copied to clipboard

Produce report, even if no CI builds are found

Open aDotInTheVoid opened this issue 4 years ago • 1 comments

Currently, if their are no ci builds, a report isn't printed as here an error is returned

https://github.com/rust-lang/cargo-bisect-rustc/blob/37e4366023669df1c9e68d0cf74cce1fa577c42a/src/main.rs#L1146-L1152

so this function exits early

https://github.com/rust-lang/cargo-bisect-rustc/blob/37e4366023669df1c9e68d0cf74cce1fa577c42a/src/main.rs#L615-L619

It would be nice to show a report, even if their are no CI builds availible

aDotInTheVoid avatar Dec 27 '20 01:12 aDotInTheVoid

Am having a look at this. Would it be acceptable to just print the results that are there or is more work needed? (i.e. if there is no CI builds available, just print the nightly bisection report and not the rest)

savente93 avatar Oct 04 '21 12:10 savente93