enso/.github
Jaroslav Tulach 402ebb2f8e
Upgrade to GraalVM 22.3.0 (#3663)
Upgrading to GraalVM 22.3.0.

# Important Notes
- Removed all deprecated `FrameSlot`, and replaced them with frame indexes - integers.
- Add more information to `AliasAnalysis` so that it also gathers these indexes.
- Add quick build mode option to `native-image` as default for non-release builds
- `graaljs` and `native-image` should now be downloaded via `gu` automatically, as dependencies.
- Remove `engine-runner-native` project - native image is now build straight from `engine-runner`.
- We used to have `engine-runner-native` without `sqldf` in classpath as a workaround for an internal native image bug.
- Fixed chrome inspector integration, such that it shows values of local variables both for current stack frame and caller stack frames.
- There are still many issues with the debugging in general, for example, when there is a polyglot value among local variables, a `NullPointerException` is thrown and no values are displayed.
- Removed some deprecated `native-image` options
- Remove some deprecated Truffle API method calls.
2022-11-23 14:30:48 +00:00
..
ISSUE_TEMPLATE Update bug-report.md 2021-06-17 15:57:42 +02:00
workflows Upgrade to GraalVM 22.3.0 (#3663) 2022-11-23 14:30:48 +00:00
CODEOWNERS Update CODEOWNERS to avoid project files being owned by just one person (#3820) 2022-10-22 05:45:55 +00:00
mergify.yml New CI labels. (#3736) 2022-09-23 23:05:27 +02:00
PULL_REQUEST_TEMPLATE.md Replace webpack with esbuild (#3592) 2022-08-10 03:41:44 +02:00
settings.yml Updated the required changelog check. Removed dead config for release branches. 2022-10-10 23:43:46 +02:00