Fork me on GitHub
#cursive
<
2017-06-16
>
carocad09:06:26

@cfleming is the unused namespace detection deactivated in the latest Cursive? Somehow it is not working on my pcs 😞

cfleming09:06:11

I don’t understand why that’s getting switched sometimes, but it happened to a couple of users.

cfleming09:06:49

The inspection needs to be enabled (left hand side) and the severity needs to be correct (right hand side)

carocad10:06:12

yeap that was the problem. Thanks 🙂

cfleming10:06:54

Phew 🙂

carocad10:06:01

it is definitely weird because it was not working in both laptop and pc 😕 ....

cfleming10:06:37

Yeah, I don’t understand why that happens. I don’t do anything with the storage of that config myself, it’s stored by IntelliJ.

carocad10:06:41

well I remember it was working when I installed Intellij for the first time. Maybe the update process broke that? I will let you know if next time that I update the same happens 😉

carocad10:06:30

I just found something out: in the settings the default profile Default IDE all those warnings are set as no highlighting, only fix

carocad10:06:08

The settings that I editted before were for the project so I guess that if I switch projects or import a new one I will have the same problem

cfleming10:06:37

That’s really weird.

cfleming10:06:45

Thanks for that, I’ll check that out on Monday.

trikitrok16:06:06

Hello I'm having a problem. Cursive is not being able to resolve many vars in clojureScript files, such as defn, let, first, etc.

trikitrok16:06:54

It's trying to read project.clj but logging this error:

trikitrok16:06:20

We're using this function in project.clj to get the environment variable:

trikitrok17:06:25

The thing is that the environment variable has been exported

trikitrok17:06:41

I don't know why it's not being read

trikitrok17:06:41

Any idea what might be happenning?

trikitrok18:06:52

It seems it's a problem with the sh script not founding sourcecommand. Nothing to do with Cursive. Fixed now. Sorry..