-
-
Notifications
You must be signed in to change notification settings - Fork 369
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
Logical loops in moduleDeps #2341
Milestone
Comments
Can you please provide a reproduction? |
Sure: import mill.scalalib._
import mill.define.Task
object a extends ScalaModule() {
override def moduleDeps = Seq(a)
override def scalaVersion = "2.13.7"
}
until the stack chokes |
lefou
added a commit
to lefou/mill
that referenced
this issue
Mar 8, 2023
lefou
added a commit
to lefou/mill
that referenced
this issue
Mar 12, 2023
lefou
added a commit
to lefou/mill
that referenced
this issue
Apr 6, 2023
lefou
added a commit
to lefou/mill
that referenced
this issue
Apr 6, 2023
lefou
added a commit
that referenced
this issue
Sep 27, 2023
lefou
added a commit
that referenced
this issue
Sep 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It appears that logical loops in moduleDeps are rewarded with a hearty stack trace as of 10.9. An error message with a list of the modules in the loop(s) would be the right thing, I suppose.
The text was updated successfully, but these errors were encountered: