Skip to content

createFileLink(Untracked) overwrites existing files/symlinks #16370

David Eichmann requested to merge DavidEichmann/ghc:GL-16370 into master

Without this behavior, build rules may throw an exception when being rerun. This is also justified as it matches the overwrite behavior of e.g. Shake's copyFile' funciton.

Edited by David Eichmann

Merge request reports