Fork me on GitHub
#cursive
<
2023-11-28
>
roklenarcic14:11:53

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:

cfleming21:11:49

I’ll check that and see if I can figure out why it’s happening.

grant17:12:53

@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.

cfleming20:12:19

Thanks, I’ll take a look at that one too.

roklenarcic07:12:16

yeah I get that same one sometimes when I try to load namespaces

roklenarcic14:11:39

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.

borkdude14:11:43

I could change this in clj-kondo if it's alarming