Skip to content

Conversation

@Kha
Copy link
Member

@Kha Kha commented Jan 3, 2026

This PR makes the external checker lean4checker available as the existing leanchecker binary already known to elan, allowing for out-of-the-box access to it.

kim-em and others added 2 commits January 5, 2026 13:20
This PR adds the missing leanmake rule for building libLeanChecker.a
when USE_LAKE=OFF. The secondary CI builds (Linux release and macOS
aarch64) use this mode and were failing because the leanchecker binary
target expected libLeanChecker.a to exist but there was no rule to
build it.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@github-actions github-actions bot added the toolchain-available A toolchain is available for this PR, at leanprover/lean4-pr-releases:pr-release-NNNN label Jan 5, 2026
leanprover-community-mathlib4-bot added a commit to leanprover-community/batteries that referenced this pull request Jan 5, 2026
@github-actions github-actions bot added the mathlib4-nightly-available A branch for this PR exists at leanprover-community/mathlib4-nightly-testing:lean-pr-testing-NNNN label Jan 5, 2026
leanprover-community-mathlib4-bot added a commit to leanprover-community/mathlib4-nightly-testing that referenced this pull request Jan 5, 2026
leanprover-bot added a commit to leanprover/reference-manual that referenced this pull request Jan 5, 2026
@leanprover-bot leanprover-bot added the builds-manual CI has verified that the Lean Language Reference builds against this PR label Jan 5, 2026
@leanprover-bot
Copy link
Collaborator

leanprover-bot commented Jan 5, 2026

Reference manual CI status:

@leanprover-community-bot leanprover-community-bot added the breaks-mathlib This is not necessarily a blocker for merging: but there needs to be a plan label Jan 5, 2026
@leanprover-community-bot
Copy link
Collaborator

leanprover-community-bot commented Jan 5, 2026

Mathlib CI status (docs):

kim-em and others added 3 commits January 6, 2026 11:28
This PR adds tests for the `leanchecker` binary, ported from the
lean4checker repository. Tests include:

- Environment hacking detection (AddFalse, AddFalseConstructor, ReplaceAxiom)
- Private import conflict detection in --fresh mode (PrivateConflictC)
- Quot/Eq dependency ordering (QuotEq)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
leanprover-community-mathlib4-bot added a commit to leanprover-community/batteries that referenced this pull request Jan 6, 2026
leanprover-community-mathlib4-bot added a commit to leanprover-community/mathlib4-nightly-testing that referenced this pull request Jan 6, 2026
leanprover-bot added a commit to leanprover/reference-manual that referenced this pull request Jan 6, 2026
@Kha Kha added the release-ci Enable all CI checks for a PR, like is done for releases label Jan 7, 2026
@Kha Kha marked this pull request as ready for review January 7, 2026 15:26
@Kha Kha enabled auto-merge January 7, 2026 15:26
for path in (← SearchPath.findAllWithExt sp "olean") do
if let some m := (← searchModuleNameOfFileName path sp) then
if target.isPrefixOf m then
if !fresh && target.isPrefixOf m || target == m then
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@digama0 Note this fix in --fresh's behavior

@Kha Kha removed the release-ci Enable all CI checks for a PR, like is done for releases label Jan 8, 2026
@Kha Kha added the merge-ci Enable merge queue CI checks for PR. In particular, produce artifacts for all major platforms. label Jan 8, 2026
@Kha Kha added this pull request to the merge queue Jan 8, 2026
leanprover-community-mathlib4-bot added a commit to leanprover-community/batteries that referenced this pull request Jan 8, 2026
leanprover-community-mathlib4-bot added a commit to leanprover-community/mathlib4-nightly-testing that referenced this pull request Jan 8, 2026
leanprover-bot added a commit to leanprover/reference-manual that referenced this pull request Jan 8, 2026
Merged via the queue into leanprover:master with commit 1361d73 Jan 8, 2026
19 checks passed
@leanprover-community-bot leanprover-community-bot added builds-mathlib CI has verified that Mathlib builds against this PR and removed breaks-mathlib This is not necessarily a blocker for merging: but there needs to be a plan labels Jan 8, 2026
@Kha Kha deleted the push-pwzqrnlnynxz branch January 8, 2026 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

builds-manual CI has verified that the Lean Language Reference builds against this PR builds-mathlib CI has verified that Mathlib builds against this PR changelog-other mathlib4-nightly-available A branch for this PR exists at leanprover-community/mathlib4-nightly-testing:lean-pr-testing-NNNN merge-ci Enable merge queue CI checks for PR. In particular, produce artifacts for all major platforms. toolchain-available A toolchain is available for this PR, at leanprover/lean4-pr-releases:pr-release-NNNN

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants