Fork me on GitHub
#graalvm
<
2020-06-25
>
phronmophobic20:06:24

I'm trying to compile a native image and getting the same errors as this other project https://github.com/BrunoBonacci/graalvm-clojure/tree/master/system The root problem seems to be use of extend-type. Is using extend-type a known issue? Does anyone know of any work arounds?

phronmophobic20:06:05

expanding extend-type calls to their extend equivalents doesn't help

ghadi20:06:37

see the topic for this room

ghadi20:06:40

1.10.2-alpha1

ghadi20:06:01

should fix the unbalanced monitors issue

phronmophobic20:06:27

cool. thanks for the tip

phronmophobic20:06:54

I was following the instructions from the two links in the topic.

borkdude20:06:36

If you think any of those repos could be clearer on this, a PR is welcome

phronmophobic20:06:18

is there a place for collecting clojure specific gotchas? the most relevant doc I could find is https://github.com/lread/clj-graal-docs#tips-and-tricks

borkdude20:06:43

yep, that's a good place

👍 3
phronmophobic21:06:32

using the right clojure version worked like a charm. thanks for the help @U050ECB92!