lean-runtime 2.1.1__tar.gz → 2.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/CHANGELOG.md +7 -0
- {lean_runtime-2.1.1/lean_runtime.egg-info → lean_runtime-2.1.2}/PKG-INFO +1 -1
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/run_cli.py +1 -1
- {lean_runtime-2.1.1 → lean_runtime-2.1.2/lean_runtime.egg-info}/PKG-INFO +1 -1
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/pyproject.toml +1 -1
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/scripts/announcement_gate.py +1 -1
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/LICENSE +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/MANIFEST.in +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/README.md +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/catalog/environments.toml +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/catalog/locks/core-v4.32.2.lock.json +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/catalog/locks/mathlib-v4.30.0.lock.json +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/catalog/locks/mathlib-v4.31.0.lock.json +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/catalog/locks/mathlib-v4.32.2.lock.json +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/compatibility/README.md +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/compatibility/mathlib-4.32.2.json +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/compatibility/mathlib-4.32.2.toml +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/docs/architecture.md +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/docs/captures.md +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/docs/case-study-v1.md +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/docs/cli.md +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/docs/development.md +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/docs/environments.md +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/docs/getting-started.md +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/docs/index.md +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/docs/local-projects.md +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/docs/portable-copies.md +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/docs/python-api.md +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/docs/ready-programs.md +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/docs/standalone-files.md +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/docs/trust-and-limitations.md +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/docs/v1-precision.md +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/examples/mathlib.toml +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/__init__.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/__main__.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/_git.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/_paths.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/backends.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/bundles.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/cli.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/comparison.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/decisions.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/diagnostics.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/discovery/__init__.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/discovery/analyzer.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/discovery/api.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/discovery/candidate.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/discovery/catalog.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/discovery/catalog_build.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/discovery/catalog_cli.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/discovery/catalog_manifest.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/discovery/data/catalog.json +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/discovery/defaults.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/discovery/engine.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/discovery/errors.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/discovery/module_inventory.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/discovery/planner.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/discovery/policy.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/discovery/probe.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/discovery/py.typed +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/discovery/result.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/discovery/schema_resources.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/discovery/schemas/catalog-v1.schema.json +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/discovery/schemas/plan-v1.schema.json +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/discovery/schemas/result-v1.schema.json +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/environments.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/errors.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/events.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/facade.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/frontmatter.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/health.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/lake.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/lockfiles.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/locking.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/matrix.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/models.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/oci.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/policies.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/profiling.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/programs.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/projects.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/publisher_verification.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/py.typed +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/references.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/resolver.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/runtime.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/schema_resources.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/serialization.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/specs.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/store.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/timings.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/toolchain_slim.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/toolchains.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/verification.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/wire.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime.egg-info/SOURCES.txt +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime.egg-info/dependency_links.txt +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime.egg-info/entry_points.txt +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime.egg-info/requires.txt +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime.egg-info/top_level.txt +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/mkdocs.yml +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/schemas/cleanup-v1.schema.json +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/schemas/comparison-v1.schema.json +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/schemas/execution-v1.schema.json +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/schemas/inspect-v1.schema.json +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/schemas/matrix-v1.schema.json +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/schemas/profile-v1.schema.json +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/schemas/verify-v1.schema.json +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/scripts/registry_preflight.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/scripts/run_compatibility.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/scripts/run_v1_case_study.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/scripts/smoke_wheel.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/setup.cfg +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/conftest.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/discovery/e2e/test_real_discovery.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/discovery/test_analyzer.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/discovery/test_catalog.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/discovery/test_catalog_build.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/discovery/test_discovery_schema_resources.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/discovery/test_engine.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/discovery/test_planner.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/discovery/test_policy.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_backend.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_bundles.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_cli.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_diagnostics.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_environment_integration.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_events_health.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_facade.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_frontmatter.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_git.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_interactive.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_lockfiles.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_models.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_multifile.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_paths.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_prebuilt_policy.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_programs.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_projects.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_references.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_run_cli.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_runtime.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_schema_resources.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_schemas.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_signatures.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_specs.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_store.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_toolchain_slim.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_toolchains.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_v1_precision.py +0 -0
- {lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/test_verification_inventory.py +0 -0
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.1.2 - 2026-08-12
|
|
4
|
+
|
|
5
|
+
- Raise `lean-run`'s default `--check-timeout` from 120 to 300 seconds: a
|
|
6
|
+
first Mathlib check legitimately takes 2-5 minutes on slower machines
|
|
7
|
+
today (instance staging plus Lake's full trace scan), and the old default
|
|
8
|
+
timed out authoritative checks that would have succeeded.
|
|
9
|
+
|
|
3
10
|
## 2.1.1 - 2026-08-12
|
|
4
11
|
|
|
5
12
|
- The discovery search budget now gates starting additional candidates and
|
|
@@ -36,7 +36,7 @@ ACCEPTANCE = Path(__file__).resolve().parent.parent / "acceptance"
|
|
|
36
36
|
|
|
37
37
|
COLD_TIMEOUT = 2700 # toolchain download + environment download, no builds
|
|
38
38
|
WARM_TIMEOUT = 300
|
|
39
|
-
WARM_LIMIT =
|
|
39
|
+
WARM_LIMIT = 240 # warm Mathlib checks include a full Lake trace scan today
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
def run(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/discovery/schemas/catalog-v1.schema.json
RENAMED
|
File without changes
|
{lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/discovery/schemas/plan-v1.schema.json
RENAMED
|
File without changes
|
{lean_runtime-2.1.1 → lean_runtime-2.1.2}/lean_runtime/discovery/schemas/result-v1.schema.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lean_runtime-2.1.1 → lean_runtime-2.1.2}/tests/discovery/test_discovery_schema_resources.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|