mirror of
https://github.com/enso-org/enso.git
synced 2024-12-20 16:41:48 +03:00
f2a809c4e1
I am trying to compile Enso with GraalVM 24.2.0 snapshot to verify that https://github.com/oracle/graal/pull/8266 changes would work for Enso. Among the problems I am facing is a dependency on `org.graalvm.collections` because of using `Pair`. I don't think we need such dependency. Let's avoid it by using our own `record` with two components. |
||
---|---|---|
.. | ||
src |