Replies: 1 comment
-
@davidmlw Deduplicating compilation means that a compilation triggered by another client is reusing the compilation happening by another client. This can happen when Metals triggers a compilation and you're compiling/testing/running with the bloop CLI. It works as expected and means that bloop is making good use of resources. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
moduleA depends on moduleB, and moduleB depends on moduleC.
in sequence, should work exactly as
While because the sequence was emitted from a flow tool, it might be too fast or parallel, bloop will complains "Deduplicating Compilation of moduleC".
It seems that "Deduplicating Compilation" didn't go wrong or multiple random classesDir.
Beta Was this translation helpful? Give feedback.
All reactions