arxanas / git-branchless

High-velocity, monorepo-scale workflow for Git
Apache License 2.0
3.38k stars 80 forks source link

[2/15] refactor(bisect): pass `Bounds` to `Strategy::midpoint` #1221

Closed arxanas closed 5 months ago

arxanas commented 5 months ago

Stack:


refactor(bisect): pass Bounds to Strategy::midpoint

I forgot that we have a container type for the success+failure bounds, so use that here.