electron/fiddle

Support skipping a version in bisect

Open

#950 opened on Jan 20, 2022

 (6 comments) (3 reactions) (1 assignee)TypeScript (757 forks)github user discovery
:sparkles: enhancementarea:bisectgood first issue

Repository metrics

Stars
 (7,732 stars)
PR merge metrics
 (Avg merge 4h 7m) (8 merged PRs in 30d)

Description

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.

Contributor guide