Fork me on GitHub
#cursive
<
2018-12-19
>
hlship00:12:06

I've been bitten by the dependency cycle in clj-pdf (https://github.com/cursive-ide/cursive/issues/2094) and now I'm trying to find a combination of IntelliJ and Cursive that doesn't have this problem.

ro601:12:29

I'm trying to get a new dev up to speed on Cursive and having trouble. We get a project sync issue when starting Intellij and Cursive doesn't seem to be recognizing the deps from deps.edn. We also aren't able to get a REPL running.

ro601:12:16

Sync finish event has not been received is the error text

dadair01:12:01

I had some issues with syncing from deps as well, I did three things that fixed it (causality not guaranteed): 1) made sure when importing the project that we were setting the path for the Clojure command, 2) pre-downloading all dependencies from the command line before project import, 3) syncing .m2/maven/clojars repositories. After those I was able to properly sync

ro601:12:25

How do you go about number (3)?

dadair02:12:44

After I did the first two I think I got a pop up notification that I had unindexed repositories, clicking that leads to a dialog

sooheon04:12:49

Starting a brand new deps.edn project gives me "sync failed" Sync finish event has not been received

sooheon04:12:37

Seems like issue exists for creating new projects as well as importing

sooheon04:12:04

Wow, hilariously enough, the “sync failed” was due to the same issue as with lein above: firewall blocking access to maven.

sooheon04:12:06

@robert.mather.rmm double check that with your settings, just plain clj from command line in the project works

koala punch12:12:21

hi, i’m having problems connecting to shadowcljs clojurescript repl from cursive

koala punch12:12:30

keeps connecting to a clojure repl instead

koala punch12:12:37

anyone else have this problem?

koala punch13:12:30

sorry, another question

koala punch13:12:43

auto imports seem to work for external libraries but not namespaces that i’ve created myself

koala punch13:12:48

has anyone else had this problem?

koala punch13:12:59

i end up having to type them in at the top of the file which is a bti of a pain