-
Notifications
You must be signed in to change notification settings - Fork 323
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
Updating Espresso support & docs to match GraalVM for JDK21 #8641
Conversation
engine/runner/src/main/scala/org/enso/runner/ContextFactory.scala
Outdated
Show resolved
Hide resolved
f603a33
to
8b89ec8
Compare
build/build/src/engine/context.rs
Outdated
@@ -523,24 +523,24 @@ impl RunContext { | |||
} | |||
|
|||
|
|||
// if build_native_runner { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This code has been introduced by
Looking at the commits in the PR it looks like @mwu-tow tried to add the test, but failed. Can we enable such test now? Do you know how to fix the failure, @mwu-tow?
Can we also expand the test to run twice and once use ENSO_JAVA=espresso
, @mwu-tow?
b188751
to
67eb767
Compare
Pull Request Description
Updating instructions to use Enso with Espresso.
Important Notes
NI
runner
can be built, but doesn't initialize Espresso properly.Checklist
Please ensure that the following checklist has been satisfied before submitting the PR:
Scala,
Java,