lean4-htt/src
Mac Malone 6f85e32501
fix: lake: recreate static archives & use T, not --thin (#9165)
This PR fixes two issues with Lake's process of creating static
archives.

Lake now always recreates static archives by first deleting any existing
one and then recreating it. `ar rcs` does not remove delete files, so
running it when the archive already exists can leave behind "ghost"
symbols of removed object files.

Second, Lake now use `T` rather than `--thin` to create thin archives.
While `--thin` is the recommended spelling, older versions of LLVM `ar`
do not support it. Thus, either choice produces tradeoffs. `T` is chosen
to make Lake consistent with the Lean core's own (Make) build scripts.
2025-07-03 03:33:10 +00:00
..
bin
cmake chore: fix spelling mistakes (#7328) 2025-04-07 01:15:48 +00:00
include/lean perf: inline lean_inc_ref_cold (#4978) 2025-06-27 15:58:00 +00:00
Init fix: use patternIgnore(...) in grind syntax (#9158) 2025-07-02 17:14:21 +00:00
initialize
kernel perf: add missing std::moves (#9107) 2025-07-01 12:39:12 +00:00
lake fix: lake: recreate static archives & use T, not --thin (#9165) 2025-07-03 03:33:10 +00:00
Lean chore: remove VarInfo defaults in IR RC pass (#9167) 2025-07-03 03:15:07 +00:00
library perf: add missing std::moves (#9107) 2025-07-01 12:39:12 +00:00
runtime perf: add missing std::moves (#9107) 2025-07-01 12:39:12 +00:00
shell fix: lake: import-related bugs (#8026) 2025-04-19 21:02:38 +00:00
Std refactor: module-ize Std.Data.DHashMap (#9098) 2025-07-02 10:00:17 +00:00
util feat: ignore lean -R if module name is in setup (#8874) 2025-06-23 17:55:52 +00:00
cadical.mk fix: cadical distribution on Linux (#8201) 2025-05-02 18:25:16 +00:00
CMakeLists.txt chore: begin development cycle for v4.23.0 (#9118) 2025-07-01 00:40:35 +00:00
config.h.in
githash.h.in
Init.lean chore: module-ize Init.lean 2025-06-29 16:52:13 +02:00
lakefile.toml.in chore: allow use of the module system in all of core (#9078) 2025-06-29 13:49:27 +00:00
lean-toolchain
Lean.lean feat: add initial error explanations (#8934) 2025-06-23 17:24:09 +00:00
lean.mk.in
Leanc.lean
Std.lean feat: Upstream MPL.SPred.* from mpl (#8928) 2025-06-26 11:15:11 +00:00
stdlib.make.in chore: fix LEAN_PATH for building stage2+ Leanc.lean (#8705) 2025-06-10 17:11:23 +00:00
stdlib_flags.h chore: remove old documentation site (#7974) 2025-05-14 14:31:33 +00:00
version.h.in