lean4-htt/tests
Mac Malone e2407589ff
fix: lake: cache clean should succeed w/ no cache dir (#12532)
This PR fixes a bug with `cache clean` where it would fail if the cache
directory does not exist.

This introduces a `removeDirAllIfExists` utility which is also now used
in `lake clean`. While `lake clean` did previously check for a
nonexistent build directory, this version should be more robust to
racing runs of `lake clean` as well.
2026-02-17 19:06:37 +00:00
..
bench test: remove let handling from Sym mvcgen (#12505) 2026-02-16 15:58:36 +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 fix: lake: cache clean should succeed w/ no cache dir (#12532) 2026-02-17 19:06:37 +00:00
lean feat: improve decide_cbv error reporting (#12500) 2026-02-17 16:45:38 +00:00
pkg feat: add declaration name to leanchecker error messages (#12525) 2026-02-17 16:08:00 +00:00
playground
plugin
simpperf
.gitignore
CMakeLists.txt chore: remove outdated trust0 test (#12401) 2026-02-10 13:07:10 +00:00
common.sh
lakefile.toml
lean-toolchain