You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not store options while parsing in polyglotOptions
* Otherwise, if we exec() to JVM, we'll have them twice as the launcher
keeps the original arguments, and we would pass experimental options
on the command line which would make it fail.
* We need to check if --embedded or --ruby.embedded is passed on the
command line, which we do by looking at polyglotOptions.
0 commit comments