Deleting cached jars triggers NoSuchFileException #821
Labels
bug
A defect or misbehaviour.
build server
Any issue or pull request that has to do with hot compilers or BSP.
task / compile
Steps to reproduce
sbt bloopInstall
a projectrm -rf
the cache location for downloaded jars that are referenced in.bloop/*.json
filesbloop compile proje<TAB>
In Metals, this error manifests as a timeout exception during the BSP initialize handshake.
I expected Bloop to report an error in the cli like this instead
In BSP, I expect Bloop to initialize but ignore build targets that reference missing jars. It could report errors via
logMessage
instead.The text was updated successfully, but these errors were encountered: