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

Pass a classpath made for runtime to Kotlin JS linker #4039

Merged

Conversation

alexarchambault
Copy link
Collaborator

The current code passes a class path made for compile time to the Kotlin JS linker. While it's not a problem with the current main branch that doesn't really make a difference between compile and runtime class paths, this will be a problem with #4028, that can bring less JARs in compileClasspath (while all JARs will be around in runtime targets, like resolvedRunIvyDeps, like currently)

@alexarchambault alexarchambault changed the title Pass a classpath made for runtime to kotlinjs linker Pass a classpath made for runtime to Kotlin JS linker Nov 27, 2024
@lihaoyi lihaoyi merged commit 82cf268 into com-lihaoyi:main Nov 28, 2024
27 checks passed
@lefou lefou added this to the 0.12.4 milestone Nov 28, 2024
jodersky pushed a commit to jodersky/mill that referenced this pull request Jan 14, 2025
The current code passes a class path made for compile time to the Kotlin
JS linker. While it's not a problem with the current main branch that
doesn't really make a difference between compile and runtime class
paths, this will be a problem with
com-lihaoyi#4028, that can bring less JARs
in `compileClasspath` (while all JARs will be around in runtime targets,
like `resolvedRunIvyDeps`, like currently)
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