bisect: make abort into a non-error 975ef64c parent 9b02f868

An aborted bisect is currently treated like an error. This means that once an abort is triggered, any follow-up code from the bisection CLI doesn't get run. Change the bisector to treat an aborted command as any other evaluation and have it return an aborted result when it encounters it. This could be important for many future developments (putting bisect status in the op-log, interactive bisects, querying the state of a currently running bisect), but right now, it's mostly important for printing the reminder text about the right place to restore to in the op-log :)

authored by Daniel Morsing

..
examples config: Implement secure-config design doc.
2 months ago
src bisect: make abort into a non-error
2 months ago
testing tests: exercise nonexistent and crashing bisectors 2 months ago
tests bisect: make abort into a non-error
2 months ago
Cargo.toml deps: remove unused rust dependencies
2 months ago
LICENSE cargo: add LICENSE file to each crate we publish
2 years ago
build.rs colocation: rename from "colocated repo" to "colocated workspace"
5 months ago
docs build: fix `cargo publish` by symlinking cli/docs->docs
1 year ago