Skip to content

0.9.1

Compare
Choose a tag to compare
@pmlopes pmlopes released this 12 Sep 09:01
· 818 commits to develop since this release
c90dbd1
  • Fix issue with pm launcher that doesn't add itself to the classpath
  • Fix issue with pm lancher that picks the wrong java if GRAALVM_HOME
    was defined
  • Moved esm, polyglot, etc... run flags to jvm flags in order to be
    usable from any command
  • Updated codegen to support more temporal types as they are supported
    by graal itself
  • Added a few more tests to ES4X
  • Instrumented JsonObject to be a Graal ProxyObject (this allows
    using it as a native object)
  • Instrumented JsonArray to be a Graal ProxyArray (this is a
    preparation for hanlding it as a native array)