graalvm

Discuss GraalVM related topics. Use clojure 1.10.2 or newer for all new projects. Contribute to https://github.com/clj-easy/graal-docs and https://github.com/BrunoBonacci/graalvm-clojure. GraalVM slack: https://www.graalvm.org/slack-invitation/.
borkdude 2020-03-05T16:29:36.233600Z

Looks like we're going to have 10ms of extra startup time for some graalvm natives on MacOS from v19 -> v20... https://github.com/oracle/graal/issues/2136#issuecomment-595318836

1⏳
borkdude 2020-03-05T19:04:52.234700Z

GraalVM native-image users: https://clojure.org/community/devchangelog#_release_1_10_2

4❤️
zilti 2020-03-05T19:10:33.235200Z

Yea that's on Apple to fix

borkdude 2020-03-05T19:20:53.235900Z

I know some Apple employee who is in the GraalVM slack for "reasons". I'm assuming they are going to use it for "something" and will maybe run into this.

borkdude 2020-03-05T19:44:26.236800Z

@taylor Exciting times, clojurl can now run on clojure 1.10.2-alpha1 (hopefully!) without your workaround 🙂

taylor 2020-03-05T19:44:45.236900Z

:party-corgi:

2020-03-05T20:47:33.237300Z

oh wow, in a 1.10.x release! didn't expect it so soon.

borkdude 2020-03-05T22:00:10.239Z

Upgraded my major GraalVM-based CLIs to the newest Clojure 1.10.2-alpha1. Also tested pgmig, a SQL migration tool based on migratus (written in Clojure) with clojure 1.10.2-alpha1. The author used 1.8 because he had problems with other Clojure versions, but it seems to work fine with 1.10.2-alpha1. Tested with GraalVM 19.3.0 and 20 both java8 and java11. https://github.com/leafclick/pgmig

2👍3