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

..
benches cli, lib: move to Rust 2024 language edition
8 months ago
gen-protos workspaces: Allow retrieving the path of another workspace
2 months ago
proc-macros cli, lib: move to Rust 2024 language edition
8 months ago
src bisect: make abort into a non-error
2 months ago
tests bisect: make abort into a non-error
2 months ago
testutils merged_tree: rename `trees_async()` to `trees()` 3 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