bisect-rust
bisect-rust copied to clipboard
Better handling of partial downloads
It should be possible to ctrl+c an ongoing bisection run to modify the script or do other things. Right now, this may leave behind corrupt tarballs (incomplete downloads) in the cache/ directory, and it also may leave behind the extracted compiler directory both of which the runner will stumble over in the next run.