Santiago Vila
2024-12-23 20:40:01 UTC
Reply
PermalinkVersion: 2.24.8
Severity: wishlist
Tags: patch
Hi. A few weeks ago I asked here how a bisect should be done
when bad < good and the aim is to know when something was fixed:
https://lists.debian.org/debian-mentors/2024/11/msg00056.html
The simple solution is to use another script with the exit status reversed.
However, when doing that, we have to change the way we call things.
Good becomes bad and bad becomes good, and if we cut and paste the
final output from debbisect, we have to clarify that the meanings
are swapped.
A better solution is to implement this "natively" in debbisect,
which is what the attached patch tries to do.
It mostly works for me, but it probably needs more testing.
I've also opened a Merge Request in salsa in case it helps.
Thanks.