This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-19
Channels
- # announcements (5)
- # beginners (7)
- # boot (1)
- # calva (1)
- # cider (7)
- # circleci (2)
- # clara (5)
- # clj-kondo (1)
- # clojure (19)
- # clojure-chicago (1)
- # clojure-dev (3)
- # clojure-europe (1)
- # clojure-spec (1)
- # clojure-sweden (5)
- # clojure-uk (25)
- # clojurescript (4)
- # cursive (2)
- # data-science (1)
- # datomic (44)
- # graphql (9)
- # hoplon (2)
- # klipse (2)
- # luminus (1)
- # nrepl (1)
- # off-topic (38)
- # planck (1)
- # precept (1)
- # quil (1)
- # re-frame (3)
- # reagent (5)
- # shadow-cljs (12)
- # spacemacs (13)
- # sql (2)
- # xtdb (10)
@cfleming Hello Colin, here is a screenshot of the error message. I believe the error might happen because I am trying to require my meta.schema ns inside itself with the :require-macros
part at the top. The error seems to disappears when I delete the .cljs_node_repl directory, in which case restart using cmd+shift+L to load the entire ns in a clj repl. Maybe the indexing of this directory confuses cursives ns analysis. I don’t exclude the possibility of me doing something wrong though. Hope this helps.
@jeremys Oh, right - that’s what I mean by: “usually caused by having another copy of the file somewhere, perhaps in an output directory that shouldn’t be indexed”. If you exclude that .cljs_node_repl
directory (right click in project view, mark directory as, excluded) then IntelliJ won’t try to index it.