Downstream adaptation PR automation added (
c50c2ba)
Lean now has a dedicated GitHub Actions flow for creating and updating downstream adaptation PRs, plus the matching release-side step that triggers it after PR toolchain releases are published. This wires Lean 4 into the downstream repo more directly, reducing manual coordination for adaptation testing.
Linting script is now parallel-safe and much faster (
5eccb16)
tests/lint.py was rewritten to scan only files tracked by git instead of walking the whole tree, which should cut runtime by about an order of magnitude. The test is also no longer forced to run serially, so it can execute alongside other tests without the old file-race failures.
Regression test added for implicit-reduction bug (
0a8abcb)
A new elaboration test covers issue #13512, checking that matching on the output of an implicit reducible function does not reduce it too early. This guards against a previous Lean behavior that could change dsimp and grind results.
