FileAlreadyExistsException
on several parallel builds of the same project with Scala CLI
#2549
Milestone
FileAlreadyExistsException
on several parallel builds of the same project with Scala CLI
#2549
After exiting Bloop
scala-cli bloop exit --power
and then starting several (~20 on my local machine) parallel builds of the same, simple hello world script with Bloop, I'm getting
This seems to fail on
bloop/backend/src/main/scala/bloop/io/ParallelOps.scala
Line 169 in e52ee2e
Perhaps a lock on the file (per client) would make sense?
Relevant to:
???
unimplemented cases when several processes try to create Bloop at once #2550cc @tgodzik
The text was updated successfully, but these errors were encountered: