-
-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move BSP out dir to a different folder #4473
Comments
So, you suggesting to no longer shared any build cache between CLI and IDE? A lot of development efforts went into sharing both, but sometimes with questionable success (For example: shared compile results while keeping IDE-dedicated resuls like semanticdb files separate). We should present the pros and cons. And probable make this an easy user-selectable option instead of a hard-coded choice. Personally, I have not much use of shared build caches (in its current state). When using |
Beside avoiding a whole class of possible issues, we also could avoid the global lock by making it out-dir specific. |
Instead of using a different out-dir, we could just change all those As a consequence, potential out-of-sync tasks that return an |
I think having separate We could definitely tweak the BSP side to try and make the interference go away, but I'm not familiar enough with our BSP integration to knwo for sure if it's feasible |
According to https://blog.pierre-ricadat.com/scala-3-migration-report-from-the-field, Intellij/SBT has a co fig |
Now that we're using Scala 3 and the IntelliJ compile server is on by default, I've been seeing intermittent errors that seem to suggest multiple compilers stomping over each's files on disks
The text was updated successfully, but these errors were encountered: