lean4-htt/tests
Mac Malone 43d4c8fe9f
feat: IO.FS.hardLink (#10676)
This PR adds the `IO.FS.hardLink` function, which can be used to create
hard links.

This is implemented via libuv's `uv_fs_link` function.

Lake hopes to make use of this function to decrease the storage cost of
restoring artifacts.

This PR also fixes some C implementation issues found in nearby similar
functions.
2025-10-06 18:22:07 +00:00
..
bench chore: rename Stream to Std.Stream (#10645) 2025-10-02 15:25:56 +00:00
compiler chore: remove >6 month old deprecations (#10446) 2025-09-22 12:47:11 +00:00
elabissues
ir
lean feat: IO.FS.hardLink (#10676) 2025-10-06 18:22:07 +00:00
pkg fix: allow meta decls in #eval (#10545) 2025-09-26 15:10:33 +00:00
playground
plugin
simpperf
.gitignore
common.sh
lakefile.toml
lean-toolchain