aboutsummaryrefslogtreecommitdiffstats
path: root/misc/random_bugs/create_random_bugs.go
Commit message (Expand)AuthorAgeFilesLines
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-211-2/+2
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-151-5/+13
* operations: return a more convenient array of result for label changesMichael Muré2018-09-131-1/+5
* random bugs: fix a crash when minOps == maxOpsMichael Muré2018-09-121-1/+6
* reorganize package for a more idomatic goMichael Muré2018-09-111-1/+1
* random bugs: cleanup + generate random OperationPack as wellMichael Muré2018-09-061-6/+54
* bug: introduce WithSnapshot to maintain incrementally and effitiently a snap...Michael Muré2018-08-231-4/+4
* random_bugs: make it seedable and reusableMichael Muré2018-08-191-0/+126