bisect

Members

Aliases

currentDir
alias currentDir = subDir!"current"

Final build directory for bisect tests.

Functions

binaryOrder
T[] binaryOrder(T[] items)

Reorders [1, 2, ..., 98, 99] into [50, 25, 75, 13, 38, 63, 88, ...]

doDelve
int doDelve(bool inBisect)

Find the earliest revision that Digger can build. Used during development to extend Digger's range.

getRev
string getRev()

Returns SHA-1 of the initial search points.

Structs

CommitRange
struct CommitRange

Variables

badCommits
CommitRange[] badCommits;

Known unbuildable time ranges

Meta