This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-28
Channels
- # announcements (1)
- # aws (1)
- # babashka (41)
- # beginners (21)
- # biff (7)
- # calva (102)
- # cider (8)
- # cljs-dev (1)
- # clojure (8)
- # clojure-bay-area (2)
- # clojure-dev (30)
- # clojure-europe (40)
- # clojure-norway (52)
- # clojure-sweden (9)
- # clojure-uk (5)
- # clojurescript (15)
- # cursive (7)
- # data-science (1)
- # datomic (23)
- # events (1)
- # fulcro (9)
- # humbleui (23)
- # hyperfiddle (46)
- # introduce-yourself (1)
- # jackdaw (2)
- # jobs (2)
- # london-clojurians (1)
- # malli (13)
- # off-topic (8)
- # re-frame (36)
- # remote-jobs (1)
- # shadow-cljs (4)
- # specter (4)
- # squint (1)
- # transit (4)
- # vim (1)
Any file I try to load into the REPL I get a dependency cycle warning, where Cursive thinks the ns is self-referencing. I tracked it down to a clj-kondo namespace:
@U0567Q30W I don’t know if this is related or not, but I am getting a dependency cycle error as well. This one is for SCI and looks like Cursive is getting confused on the reader conditional in a CLJC file. I’m using Cursive 1.13.1 on IntelliJ 2023.3. I don’t know if this worked in the past, this is the first time I’ve looked at this particular code base.
yeah I get that same one sometimes when I try to load namespaces
If I do
(require '[clj-kondo.impl.var-info-gen])
=> nil
works fine, but I cannot Cmd+Shift+L any file in the project. It’s a deps project.