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

Check if rt.jar is still necessary #4206

Merged
merged 4 commits into from
Dec 30, 2024
Merged

Conversation

lihaoyi
Copy link
Member

@lihaoyi lihaoyi commented Dec 30, 2024

Fixes #4164

It's been around since we used to use Ammonite to compile scripts, and IIRC was necessary to make the in-memory Scala compiler work. We no longer go through that code path, so maybe we can get rid of it? AFAIK we now only use the Scala compiler through Zinc which manages this stuff itself

@lihaoyi lihaoyi marked this pull request as ready for review December 30, 2024 12:40
@lihaoyi
Copy link
Member Author

lihaoyi commented Dec 30, 2024

Seems like the answer is that it is no longer necessary!

@lihaoyi lihaoyi merged commit 609720f into com-lihaoyi:main Dec 30, 2024
25 of 26 checks passed
@lefou lefou added this to the 0.12.5 milestone Dec 30, 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.

Mill creates a rt-21.0.5.jar file under home directory
2 participants