This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-03-08
Channels
- # announcements (11)
- # babashka (13)
- # beginners (11)
- # biff (2)
- # calva (17)
- # cider (19)
- # clojure (60)
- # clojure-berlin (1)
- # clojure-dev (20)
- # clojure-europe (48)
- # clojure-nl (1)
- # clojure-norway (98)
- # clojure-spec (7)
- # clojure-uk (5)
- # core-typed (32)
- # cursive (13)
- # datomic (12)
- # dev-tooling (5)
- # emacs (7)
- # figwheel-main (2)
- # graalvm (4)
- # hyperfiddle (4)
- # introduce-yourself (1)
- # malli (14)
- # missionary (32)
- # off-topic (7)
- # overtone (4)
- # pedestal (10)
- # proletarian (4)
- # re-frame (8)
- # releases (11)
- # tools-build (1)
- # tools-deps (4)
- # xtdb (38)
what's the best thing to do about Clojure namespaces which define functions that depend on reading .edn
with io/resource
?
(I am using clj_easy.graal_build_time.InitClojureClasses but some namespaces are failing to read their .edn
)
you have to add configuration for resources in natiave-image https://www.graalvm.org/latest/reference-manual/native-image/dynamic-features/Resources/
🙏 how did I miss that
also see my reply just above on ways you can auto-generate the configs https://clojurians.slack.com/archives/CAJN79WNT/p1709596092770419?thread_ts=1709595102.482379&cid=CAJN79WNT
🙏 1