Fork me on GitHub
#cursive
<
2018-12-01
>
tony.kay04:12:41

Yes, that sounds like exactly it

tony.kay04:12:40

wonder if that was cljc files as well? If I split things into clj/cljs files it seems ok, and it only seems to have a problem with the cljc macro syntax require sugar.

cfleming05:12:57

Ok, I’ll take a look - I haven’t had time to investigate either of them yet.

tony.kay21:12:58

Ah, I remember now when this was happening earlier: I think it had to do with when I had those files in the jar more than once.

tony.kay21:12:23

I think perhaps Cursive is seeing them twice and perhaps thinking there is a loop from one to the other and back again.

tony.kay21:12:09

perhaps deps is somehow causing the lib to pull itself in through a transitive dep?

tony.kay21:12:32

Interestingly, when I look at the external deps, I DO see a diff version of the lib I’m working on

tony.kay22:12:15

Updated the issue with my findings.

cfleming03:12:44

@tony.kay Oh, interesting - thanks!