-
Notifications
You must be signed in to change notification settings - Fork 334
Closed
Labels
Description
Originally posted by @JaroslavTulach in #13256 (comment)
ENSO_JVM_OPTS
environment variable is changing its meaning completely in non-JVM and--jvm
mode- e.g. there is no way to set
ENSO_JVM_OPTS
to non-trivial value that would work in both modes- for example
-ea
is valid in JVM mode, but not in native mode
- for example
- the JVM mode is also controlled by
jvm: true
in thepackage.yaml
- as such we can end up in a situation where users set
ENSO_JVM_OPTS
and then they can open just some of their projects
Goal
- design a solution that allows one to change the options
project-manager
sends toenso
- that works with and without JVM mode of
enso
- verify it works with and without
--jvm
mode option ofproject-manager
andenso
executables - verify it works with and without
jvm: true
flag inpackage.yaml
of projects being open
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🟢 Accepted