You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This appears to be fixed in main, and I bisected the fix down to #3774. Indeed we can see the updates to scalalib/test/src/mill/scalalib/ScalaMultiModuleClasspathsTests.scala reflect the changed semantics with compileModuleDeps no longer being included in the runClasspath
Motivation
I expect
compileModuleDeps
to be used only at compile time and not at runtime. So at runtime, the other module shouldn't exist in the classpath.Reproduction
As you can see there are many
m2
entries inrunClasspath
Mill version
Both
0.11.12
and0.12.0-RC3
The text was updated successfully, but these errors were encountered: