-
-
Notifications
You must be signed in to change notification settings - Fork 404
Cleanup deprecated #4499
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
Merged
Merged
Cleanup deprecated #4499
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
main/
foldermain/
and scalalib/
folders
d816400
to
cd005a5
Compare
a2f3935
to
0b3cb3c
Compare
62e6e70
to
470a307
Compare
main/
and scalalib/
folders95cd810
to
084c44f
Compare
lefou
reviewed
Feb 7, 2025
lefou
reviewed
Feb 7, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
This was referenced Feb 12, 2025
lihaoyi
pushed a commit
that referenced
this pull request
Feb 18, 2025
This fixes an issue with GenIdea stuff that's been around since #4499 (that uncommented suggested code from #4145 to address some deprecations). IIUC, in `RootModule#bindDependency`, Mill excludes all of its dependencies, so that these are not pulled by plugins. The PR here excludes not only Mill dependencies, but also the Mill modules themselves (anything that the `dist.dist0` module depends on, itself included). Also, GenIdea tries to pull the class path of Mill itself, to pass it to IntelliJ. This class path is now pulled via `com.lihaoyi:mill-dist-dist0`, that should pull the whole class path of Mill. Fixes #4532 --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
alexarchambault
added a commit
to alexarchambault/mill
that referenced
this pull request
Feb 18, 2025
This fixes an issue with GenIdea stuff that's been around since com-lihaoyi#4499 (that uncommented suggested code from com-lihaoyi#4145 to address some deprecations). IIUC, in `RootModule#bindDependency`, Mill excludes all of its dependencies, so that these are not pulled by plugins. The PR here excludes not only Mill dependencies, but also the Mill modules themselves (anything that the `dist.dist0` module depends on, itself included). Also, GenIdea tries to pull the class path of Mill itself, to pass it to IntelliJ. This class path is now pulled via `com.lihaoyi:mill-dist-dist0`, that should pull the whole class path of Mill. Fixes com-lihaoyi#4532 --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Conflicts: ci/mill-bootstrap.patch main/package.mill runner/src/mill/runner/MillBuildRootModule.scala scalalib/src/mill/scalalib/Lib.scala
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.