Closed mbovel closed 3 days ago
Might be related to #2008?
This shouldn't be a big issue unless it repeats itself even after reloading. What kinds of problems were you having? I did some improvements in Bloop 2.0.5, which will be released soon in new metals.
What kinds of problems were you having?
I think the general problem is Bloop trying to recompile many things, making Metals slow and unresponsive. I seem to have this problem often: scala3-compiler
getting recompiled over and over when there are issues. I don't remember the details in this specific instance, but I will fill issues when I observe it again!
Should I close this issue if you fixed it in 2.0.5?
I think the general problem is Bloop trying to recompile many things, making Metals slow and unresponsive.
Yeah, not sure how to solve this. We should avoid excessive recompilation, might be worth a separate issue in Metals.
The file not found exception should be fixed, let me know if you see it again!
I had some problems with Metals when working on Dotty yesterday. Looking at the logs, I saw a
FileAlreadyExistsException
exception. I am not sure if this is the root cause or not.reports.zip