Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support skipping a version in bisect #950

Open
nornagon opened this issue Jan 20, 2022 · 6 comments · Fixed by Dubey123f/fiddle#1
Open

Support skipping a version in bisect #950

nornagon opened this issue Jan 20, 2022 · 6 comments · Fixed by Dubey123f/fiddle#1
Assignees
Labels
area:bisect good first issue Good for newcomers ✨ enhancement New feature or request

Comments

@nornagon
Copy link
Contributor

Similarly to git bisect skip. Sometimes, a given version is not a good one to test, e.g. because it crashes on launch (looking at you, v8.0.0-nightly.20191021). I'd like to be able to test a nearby version instead, since I don't know whether to mark this particular version as good or bad.

@erickzhao erickzhao added ✨ enhancement New feature or request area:bisect labels Jan 20, 2022
@codebytere codebytere added the good first issue Good for newcomers label May 26, 2022
@Hanaffi
Copy link
Contributor

Hanaffi commented May 29, 2022

@codebytere I already submitted PR for the assigned issue. Can you assign me this?

@erickzhao
Copy link
Member

@Hanaffi I don't see a PR from you in the queue. 🤔

@Hanaffi
Copy link
Contributor

Hanaffi commented Jun 1, 2022

@erickzhao Its there: #1092 :)

@Hanaffi
Copy link
Contributor

Hanaffi commented Jun 1, 2022

@codebytere @erickzhao Can you give some hints on this one? IDK where to start

@chan95821
Copy link

Hello. As git bisect uses the same searching procedure for both bad and skipping situations, is it a right approach to just add a skip button in the renderer?

@erickzhao
Copy link
Member

Hey @chan95821, I think the git code actually uses a pseudo-random number generator to determine the next commit to test:

https://github.com/git/git/blob/a36e024e989f4d35f35987a60e3af8022cac3420/bisect.c#L620-L651

chan95821 added a commit to chan95821/fiddle that referenced this issue Mar 10, 2025
Bias was set to better choose an appropriate version to test based on the skipping algorithm in git bisection.

Because RunnableVersion does not indicate whether a specific revision has been skipped,
it will choose a random version regardless of its skip status.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
area:bisect good first issue Good for newcomers ✨ enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants