Articles

2 articles
Tag: debugging
2026-04-02T09:43:46.000Z · ★ 80
# Git Bayesect:用贝叶斯方法定位非确定性软件 Bug 一款名为 **git bayesect** 的新开源工具将贝叶斯方法引入 `git bisect`,使其能够高效追踪非确定性 Bug 的来源——这是一类传统二分查找无法处理的问题。 ## 非确定性 Bug 的问题 传统的 `git bisect` 假设每个提交要么引入了 Bug,要么没有。它使用二分查找来找到第一个坏提交,这
2026-04-02T09:43:43.000Z · ★ 80
# Git Bayesect: Bayesian Approach to Debugging Non-Deterministic Software Bugs A new open-source tool called **git bayesect** brings Bayesian methods to `git bisect`, making it possible to efficientl