haskell / haskell-language-server

Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
Apache License 2.0
2.65k stars 355 forks source link

`atomicFileWrite` is not working as expected at windows #4276

Open soulomoon opened 3 months ago

soulomoon commented 3 months ago

According to https://github.com/haskell/directory/issues/109. renameFile make no guarantee to be atomic. We should find an alternative implementation for this in windows. It is the main cause of #4270