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

1
This license applies to favicon-96x96.png:
2
3
This work © 2025 by J. Jennings is licensed under Creative Commons Attribution 4.0 International
4
5
This license applies to jj-logo.svg:
6
7
This work © 2025 by J. Jennings and adapted to SVG by Lucas Garron is licensed under Creative Commons Attribution 4.0 International
8