lean4-htt/src/Init/System
Sebastian Ullrich add3e1ae12
fix: IO.FS.removeDirAll should not follow symlinks (#8573)
This PR avoids the likely unexpected behavior of `removeDirAll` to
delete through symlinks and adds the new function
`IO.FS.symlinkMetadata`.

---------

Co-authored-by: Rob23oba <152706811+Rob23oba@users.noreply.github.com>
2025-06-02 08:44:17 +00:00
..
FilePath.lean chore: do not use the coercion α → Option α in Init and Std (#8085) 2025-04-24 13:35:01 +00:00
IO.lean fix: IO.FS.removeDirAll should not follow symlinks (#8573) 2025-06-02 08:44:17 +00:00
IOError.lean chore: do not use the coercion α → Option α in Init and Std (#8085) 2025-04-24 13:35:01 +00:00
Mutex.lean feat: do not export def bodies by default (#8221) 2025-05-15 12:16:54 +00:00
Platform.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
Promise.lean feat: do not export def bodies by default (#8221) 2025-05-15 12:16:54 +00:00
ST.lean feat: do not export def bodies by default (#8221) 2025-05-15 12:16:54 +00:00
Uri.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00