mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 22:01:42 +03:00
0d915d0344
Update the GraalVM-related Maven packages from **23.1.2** to **24.0.0**. # Important Notes - Reverted workarounds mentioned in https://github.com/enso-org/enso/issues/9477 The language home search functionality in Truffle changed. It used to find the home for Enso from the class loader of `EnsoLanguage`: https://github.com/oracle/graal/blob/graal-23.1.2/truffle/src/com.oracle.truffle.polyglot/src/com/oracle/truffle/polyglot/LanguageCache.java#L362 In 24.0.0, the language home is no longer found via class loader, but via system properties: https://github.com/oracle/graal/blob/graal-24.0.0/truffle/src/com.oracle.truffle.polyglot/src/com/oracle/truffle/polyglot/LanguageCache.java#L353 I provided a "fix" for this by an explicit specification of the `org.graalvm.language.enso.home` system property in our launchers.
8 lines
558 B
Plaintext
8 lines
558 B
Plaintext
Copyright (c) 2019, 2021, Oracle and/or its affiliates.
|
|
Copyright (c) 2019, Oracle and/or its affiliates.
|
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS
|
|
1. Redistributions of source code must retain the above copyright notice, this list of
|
|
2. Redistributions in binary form must reproduce the above copyright notice, this list of
|
|
3. Neither the name of the copyright holder nor the names of its contributors may be used to
|
|
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|