lean4
lean4 copied to clipboard
feat: remove configuration olean on `lake clean`
Closes #2592.
After a long debugging session (including with gdb), it appears that the root olean (and only the root olean) handle stays open for some reason on Windows. This causes the remove to fail. I am not sure why it is only the root olean that exhibits. I would expect either all or none, but that does not happen.
It is also worth noting that MSYS2 rm can remove the olean but IO.FS.removeFile cannot.