lean4-htt/tests
Mac Malone 39c26fce1d
feat: lake: disabling the artifact cache also disables fetching (#12300)
This PR makes disabling the artifact cache (e.g., via
`LAKE_ARTIFACT_CACHE=false` or `enableArtifactCache = false`) now stop
Lake from fetching from the cache (whereas it previously only stopped
writing to it).

There are now 3 possible configuration of the local artifact cache for a
package:
* `true`: Artifacts will be fetched from the cache before building (if
available) and built artifacts will be cached.
* `false:`: Lake will neither fetch artifacts from the cache or store
them into it.
* **default** (no configuration set): Lake will fetch artifacts from the
cache but not store them into it. A key motivation for this is to, by
default, reuse artifacts downloaded into the cache from a remote
service.
2026-02-07 18:07:05 +00:00
..
bench fix: sigmaIterator benchmark (#12364) 2026-02-06 19:45:42 +00:00
bench-radar chore: fail benchmarks if lakeprof upload fails (#12313) 2026-02-04 15:53:33 +00:00
compiler chore: remove orphaned *.expected.out files (#12357) 2026-02-06 17:05:43 +00:00
elabissues
ir
lake feat: lake: disabling the artifact cache also disables fetching (#12300) 2026-02-07 18:07:05 +00:00
lean feat: shake: track [csimp] uses (#12351) 2026-02-07 14:27:00 +00:00
pkg feat: shake: track simpset/grindset uses (#12375) 2026-02-07 15:19:15 +00:00
playground
plugin
simpperf
.gitignore
CMakeLists.txt test: refine lake/tests/shake (#12374) 2026-02-07 15:17:07 +00:00
common.sh feat: re-integrate lean4checker as leanchecker (#11887) 2026-01-08 09:41:33 +00:00
lakefile.toml feat: module system is no longer experimental (#11637) 2025-12-12 21:20:26 +00:00
lean-toolchain