-
Notifications
You must be signed in to change notification settings - Fork 327
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
Allow per-project JVM mode #12529
Comments
While here, we could potentially add JVM/VM options per-project. |
Hubert Plociniczak reports a new STANDUP for the provided date (2025-03-19): Progress: Enabled per-project JVM configuration in Next Day: Next day I will be working on the #12529 task. Investigate flaky tests on CI. |
`package.yaml` now supports `jvm` field that takes a Boolean. If set to true, the project will be run in JVM mode even if Language Server's Native Image is available. Also fixes a bug in runner when detecting JDK from JAVA_HOME on Windows. Closes #12529.
`package.yaml` now supports `jvm` field that takes a Boolean. If set to true, the project will be run in JVM mode even if Language Server's Native Image is available. Also fixes a bug in runner when detecting JDK from JAVA_HOME on Windows. Closes #12529.
Hubert Plociniczak reports a new STANDUP for the provided date (2025-03-25): Progress: (Previous day reported under a wrong ticket). Merged a fix for #12529 after addressing all comments and fighting CI. Still fighting with #11576. Debugging random nightlies failures. Did some performance analysis for NI in Windows (#12407). It should be finished by 2025-03-25. Next Day: Next day I will be working on the #12529 task. Pick up next item. |
Currently, JVM mode can only be enabled globally via
--jvm
argument when starting Enso.We need a more fine-grained per-project solution.
Ideally
package.yaml
would contain an entry like:The text was updated successfully, but these errors were encountered: