This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-06-25
Channels
- # announcements (5)
- # babashka (23)
- # beginners (70)
- # cider (24)
- # clj-kondo (14)
- # cljsrn (2)
- # clojars (6)
- # clojure (195)
- # clojure-australia (1)
- # clojure-dev (2)
- # clojure-europe (27)
- # clojure-france (1)
- # clojure-nl (4)
- # clojure-norway (2)
- # clojure-spec (2)
- # clojure-uk (12)
- # clojurescript (3)
- # clojurewerkz (1)
- # core-async (21)
- # cursive (9)
- # datomic (37)
- # duct (3)
- # emacs (16)
- # events (4)
- # fulcro (34)
- # graalvm (12)
- # javascript (3)
- # jobs (4)
- # malli (1)
- # meander (3)
- # nrepl (1)
- # off-topic (27)
- # pathom (16)
- # re-frame (17)
- # reagent (19)
- # rewrite-clj (18)
- # sci (47)
- # shadow-cljs (179)
- # spacemacs (18)
- # sql (52)
- # tools-deps (80)
- # vim (27)
- # vrac (1)
- # xtdb (9)
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?
expanding extend-type
calls to their extend
equivalents doesn't help
cool. thanks for the tip
I was following the instructions from the two links in the topic.
will do!
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
using the right clojure version worked like a charm. thanks for the help @U050ECB92!