Lean Bisect

USE FOR: bisecting Lean 4 toolchain versions or commits to find which one introduced a regression, using `script/lean-bisect` with `#guard_msgs` / exit-code signatures, ignoring messages with `--ignore-messages`, bisecting between nightlies or arbitrary commits. DO NOT USE FOR: building a project (use @lean-build), minimising a Mathlib repro to a self-contained file (use @lean-mwe first), writing or fixing the proof itself (use @lean-proof), filing the bug report (use @lean-pr after the bisect points at a culprit). TRIGGERS: bisect, regression, "which commit broke", "behavior changed between", nightly bisect.

r-irbe 231328a 6.2 KB Updated

File contents

r-irbe/proof-skills/tree/main/skills/_overrides/lean-bisect commit 231328ab13

Frequently asked questions

npx skillmds@latest add r-irbe/lean-bisect