This repository has been archived by the owner on Apr 2, 2023. It is now read-only.
0.6.0
This release removes the --report-unsupported-elements-at-runtime
flag from being enabled by default.
The setting --report-unsupported-elements-at-runtime
is a setting on the GraalVM compiler that defers certain issues which occur at compile-time to appear at run-time instead. This flag is convenient for development purposes but can causes obscure issues (See: #141).
Note: You might experience breaking changes with this version if you depended on the implicit setting of --report-unsupported-elements-at-runtime
.