Skip to content
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

Improve Mill plugin classpath exclusions #3221

Merged
merged 7 commits into from
Jun 20, 2024
Merged

Conversation

lefou
Copy link
Member

@lefou lefou commented Jun 20, 2024

Also refer to transitive modules coordinates in the BuildInfo.millEmbededDeps data field.

Added an integration test to make sure it's effectively excluding transitive Mill dependencies.

Fix #3207

@lefou lefou requested review from lolgab and lihaoyi June 20, 2024 15:36
@lolgab
Copy link
Member

lolgab commented Jun 20, 2024

There is some commented out code. Is it supposed to be there?

@lefou
Copy link
Member Author

lefou commented Jun 20, 2024

There is some commented out code. Is it supposed to be there?

Kind of. It's the rest of the full transitive dependency chain, which I preserved/snapshot-ed that way. I need to make up my mind, if we need to handle/check them too in the test, or not.

@lefou
Copy link
Member Author

lefou commented Jun 20, 2024

There is some commented out code. Is it supposed to be there?

Kind of. It's the rest of the full transitive dependency chain, which I preserved/snapshot-ed that way. I need to make up my mind, if we need to handle/check them too in the test, or not.

I removed them for now.

@lolgab
Copy link
Member

lolgab commented Jun 20, 2024

You can also merge main or rebase

@lefou lefou merged commit 80ab458 into main Jun 20, 2024
39 checks passed
@lefou lefou deleted the improve-mill-classpath-exclusions branch June 20, 2024 21:58
@lefou lefou added this to the 0.11.8 milestone Jun 20, 2024
@lefou lefou mentioned this pull request Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automatically exclude Mill transitive depedencies from build classpath
2 participants