Skip to content

Conversation

@kim-em
Copy link
Contributor

@kim-em kim-em commented Jan 6, 2026

This PR adds a new daily CI job that verifies Mathlib using nanoda_lib, an independent Lean 4 type checker written in Rust.

Like lean4checker, this runs daily on both master and nightly-testing, and reports results to Zulip (in the nightly-testing stream, topic nanoda for successes and nanoda failure for failures).

Temporary workaround: This uses a fork of lean4export with leanprover/lean4export#11 applied, which fixes nonDep normalization for export. Once that PR is merged, we can switch back to the official repo.

🤖 Prepared with Claude Code

This adds a new daily CI job that verifies Mathlib using nanoda_lib,
an independent Lean 4 type checker written in Rust.

Like lean4checker, this runs daily on both master and nightly-testing,
and reports results to Zulip.

🤖 Prepared with Claude Code
@github-actions github-actions bot added the CI Modifies the continuous integration setup or other automation label Jan 6, 2026
@github-actions
Copy link

github-actions bot commented Jan 6, 2026

PR summary 8520ad2c07

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

No declarations were harmed in the making of this PR! 🐙

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

The doc-module for script/declarations_diff.sh contains some details about this script.


No changes to technical debt.

You can run this locally as

./scripts/technical-debt-metrics.sh pr_summary
  • The relative value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic.
  • The absolute value is the relative value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).

@bryangingechen
Copy link
Contributor

Thanks!
bors r+

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the ready-to-merge This PR has been sent to bors. label Jan 6, 2026
mathlib-bors bot pushed a commit that referenced this pull request Jan 6, 2026
This PR adds a new daily CI job that verifies Mathlib using [nanoda_lib](https://github.com/ammkrn/nanoda_lib), an independent Lean 4 type checker written in Rust.

Like lean4checker, this runs daily on both master and nightly-testing, and reports results to Zulip (in the `nightly-testing` stream, topic `nanoda` for successes and `nanoda failure` for failures).

**Temporary workaround**: This uses a fork of lean4export with leanprover/lean4export#11 applied, which fixes nonDep normalization for export. Once that PR is merged, we can switch back to the official repo.

🤖 Prepared with Claude Code
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Jan 6, 2026

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title ci: add nanoda verification to daily workflow [Merged by Bors] - ci: add nanoda verification to daily workflow Jan 6, 2026
@mathlib-bors mathlib-bors bot closed this Jan 6, 2026
kim-em added a commit to kim-em/mathlib4 that referenced this pull request Jan 6, 2026
…3648)

This PR adds a new daily CI job that verifies Mathlib using [nanoda_lib](https://github.com/ammkrn/nanoda_lib), an independent Lean 4 type checker written in Rust.

Like lean4checker, this runs daily on both master and nightly-testing, and reports results to Zulip (in the `nightly-testing` stream, topic `nanoda` for successes and `nanoda failure` for failures).

**Temporary workaround**: This uses a fork of lean4export with leanprover/lean4export#11 applied, which fixes nonDep normalization for export. Once that PR is merged, we can switch back to the official repo.

🤖 Prepared with Claude Code
@adomani adomani mentioned this pull request Jan 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI Modifies the continuous integration setup or other automation ready-to-merge This PR has been sent to bors.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants