Temp directory filling up with empty bloop directories
Closed this issue · 1 comments
Arthurm1 commented
Whenever a compilation is triggered from Metals (a lot), Bloop creates a temp directory which it never deletes.
The code responsible is here...
bloop/backend/src/main/scala/bloop/Compiler.scala
Lines 267 to 279 in 2e0eb7f
Could these dirs be removed post compilation?
I'm on Windows - not sure if temp on Mac/Linux behaves differently
tgodzik commented
I think they could be removed after compilation 🤔 They are removed in the original Zinc implementation. Thanks for noticing this!