News

GitHub
hauntsaninja.github.io > git_bayesect.html

Git Bayesect

1+ week, 4+ day ago  (1019+ words) You're probably familiar with git bisect, which lets you find a commit that introduces a change in behaviour via binary search. But what if the change in behaviour is non-deterministic? For example, say your test suite has gone from always…...