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

Blog post: How to Compile Java into Native Binaries with Mill and Graal #4340

Merged
merged 20 commits into from
Jan 31, 2025

Conversation

lihaoyi
Copy link
Member

@lihaoyi lihaoyi commented Jan 16, 2025

This needs to wait until Graal support in Mill is released in 0.12.6

lihaoyi added a commit that referenced this pull request Jan 16, 2025
irodotos7 pushed a commit to vaslabs-ltd/mill that referenced this pull request Jan 17, 2025
### Portability and Hermeticity

Executable assembly jars require a JVM installed globally in order to run. In a way they are
not hermetic, since the globally-installed JVM can differ resulting in the assembly behaving
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sentence is odd/hard to read with two words for 'difference' and passive voice.

My slight improvement, making it two sentences and reducing passive voice, so that it has less going on

... not hermitic. A different globally-installed JVM can result in the assembly behaving different at runtime.

@lihaoyi lihaoyi marked this pull request as ready for review January 31, 2025 23:02
@lihaoyi lihaoyi merged commit eb765dd into com-lihaoyi:main Jan 31, 2025
31 checks passed
@lefou lefou added this to the 0.12.7 milestone Feb 1, 2025
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.

3 participants