This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-05-27
Channels
- # announcements (8)
- # babashka (11)
- # beginners (34)
- # clerk (11)
- # clj-http (2)
- # clojure (5)
- # clojure-europe (9)
- # clojure-gamedev (1)
- # clojure-nl (1)
- # clojure-norway (17)
- # clojure-poland (1)
- # clojure-sweden (5)
- # clojure-uk (9)
- # clojurescript (17)
- # core-typed (12)
- # cursive (4)
- # datahike (4)
- # datalevin (2)
- # datomic (7)
- # emacs (8)
- # events (8)
- # graphql (5)
- # gratitude (1)
- # hyperfiddle (19)
- # jobs-discuss (4)
- # leiningen (4)
- # lsp (21)
- # meander (2)
- # off-topic (9)
- # play-clj (1)
- # polylith (10)
- # releases (1)
- # sci (18)
- # vim (10)
How can i tell Cursive about export-api
in clojure.data.xml
? It can't resolve all those functions https://github.com/clojure/data.xml/blob/master/src/main/clojure/clojure/data/xml.clj#L34-L39
For the moment, I’ll have to tell Cursive about that, I’ll fix that for the next EAP
🙏 1
i've just resolve clojure.data.xml.impl/export-api
as clojure.core/declare
and that solved this problem, iirc.
it would be nice though if we wouldn't need to do this for such core libs.
what would be even better, if there wouldn't be different ways to do this kind of hoisting between namespaces 🙂