Fork me on GitHub
#cursive
<
2017-10-04
>
cfleming00:10:25

@kenny That is very strange. Is your slf4j from your app or bundled with Datomic?

cfleming00:10:08

It looks like it’s getting the wrong version of slf4j somehow, do you have two versions on your classpath?

kenny00:10:14

My projects are using v1.7.12 of both org.slf4j/slf4j-nop and org.slf4j/slf4j-api. I don't understand how this would affect stub generation.

kenny00:10:34

Also interesting, I have no problem generating stubs for this project on my Ubuntu computer.

cfleming01:10:59

I don’t understand it either.

cfleming01:10:18

Which version of Datomic are you using? You’re on OSX when it’s failing?

cfleming01:10:08

Also, are you on Cursive 1.6.2-eap1?

kenny02:10:03

I am using Datomic 0.9.5561.50. And yes, 1.6.3-eap1-2017.2.

kenny02:10:35

It looks like there is a longer stacktrace but the only option on the error message is "show balloon" which opens up a huge dialog that I can't copy text from.

cfleming02:10:53

@kenny Can you do this: go to Help-&gt;Debug log settings… and add #cursive.stubs in the box there. Then repro the problem (refresh lein project is the easiest way) and then send me your log file?

wilkerlucio13:10:55

hello, I would like to ask you fellow cursive users, do you guys experience from time to time (in my case a couple times a day), intellij seems to trigger a full re-index from nowhere? like, no big changes or anything, a lot of times just focus out/focus in, and then it goes, trigger a full re-index... not a huge issue, but certainly can breaks the flow... do you experience something like this?

wilkerlucio13:10:55

I have a suspicious that it happens when CLJS gets compiled, even it going to a ignored folder, it seems doens't matter, intellij sometimes just decides to trigger a re-index, I just wanna know if it's just me or other people experience that too, how about you?

rauh13:10:56

@wilkerlucio Not really. Though, make sure to add your JS output directory to the "ignored" directories in IntelliJ so it doesn't scan those (large) JS files.

wilkerlucio13:10:03

it feels like (I know, feel is really unreliable...) its something like "oh, a lot of things seems to change, let's trigger a re-index just in case!"

wilkerlucio13:10:21

but yeah, the JS out is ignored here, weird thing

danielcompton14:10:50

@wilkerlucio I don't see a full reindex very often, usually only on IntelliJ version upgrades. You can get logs from IntelliJ which might give you a hint

wilkerlucio14:10:46

humm, interesting, thanks @danielcompton, I'll try that next time it happens

cfleming23:10:14

@wilkerlucio Can you go to Help-&gt;Debug log categories…, add #com.intellij.openapi.project.DumbServiceImpl in the box, and then send me the log after it happens a couple of times?