Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct { Status string `toml:"status"` StatusOriginal string `toml:"status-original,omitempty"` BadCount int `toml:"bad-count,omitzero"` Dependencies []string `toml:"dependencies"` // contains filtered or unexported fields }
File is a file that has been indexed
func (*File) MoveToTemp ¶
MoveToTemp moves the file to the temporary directory
func (*File) MoveToTest ¶
MoveToTest moves the file to the testing directory
type Index ¶
Index is the index of all files to bisect
func LoadOrCreateIndex ¶
LoadOrCreateIndex attempts to load the index file, and returns an empty index if it does not exist
func (*Index) Bad ¶
func (idx *Index) Bad()
Bad states that the files in the main directory are bad, one of them is very bad
func (*Index) Good ¶
func (idx *Index) Good()
Good states that the files in the main directory are good
func (*Index) Init ¶
func (idx *Index) Init()
Init checks all the current files, to see if they are valid
Click to show internal directories.
Click to hide internal directories.