Fork me on GitHub
#cursive
<
2016-06-30
>
conan08:06:57

does anyone have a way to install cursive while the ssl certificate is broken? i can't find a manual download link

cfleming08:06:31

@conan: Actually, you shouldn’t need that URL to install Cursive any more.

conan08:06:41

oh, how do i do it now?

cfleming08:06:26

Can you check Settings-&gt;Plugins-&gt;Browse Repos-&gt;Manage Repos and see if you have a URL there with that domain?

conan08:06:35

yes, i do

conan08:06:13

oh no, actually i don't any more

cfleming08:06:15

Ok, you can remove that, it’s no longer needed. Which version of Cursive are you running

conan08:06:20

maybe a manual install removed it

cfleming08:06:44

Ok, no, actually Cursive removes it now since it’s no longer required.

cfleming08:06:08

So are you having problems installing? The only thing that URL should be needed for is sending usage stats back.

conan08:06:09

oh, i just got a message "Cursive EAP repository address changed"

cfleming08:06:21

Have you just upgraded?

conan08:06:29

yeah, i went to install and it gave me an SSL error because the certificate is invalid

conan08:06:45

so i downloaded the file and installed from disk

conan08:06:51

now the updates seem to be working!

conan08:06:04

so i guess it's all fine, thanks

cfleming08:06:12

Great! Sorry for the hassle that cert has been a real pain.

conan08:06:18

they all are

cfleming08:06:19

Waiting on the provider for a fix now.

cfleming08:06:14

@kauko: Is this for clj or cljs?

danielohrlund13:06:14

hey people, thanks for a great plugin! I have one quick question, tried to search in the channel but couldn’t find anything in the history: I have problems with indentation for threading macros in cljs files, it works like a charm in regular clojure files but for cljs files it doesn’t respect the formatting rules. any ideas?

hueyp19:06:42

is there a way to tell cursive to never reload a file? when I eval a file (well, a test in a file) somehow its calculating a dependency to dev/user.clj and it breaks my workflow

cfleming22:06:50

@danielohrlund: Can you show an example of a form which isn’t working as you expect?

cfleming22:06:22

@hueyp: You can’t for a specific file, no. You can turn off the transitive dependency loading altogether in Settings-&gt;Languages &amp; Frameworks-&gt;Clojure-&gt;Load out-of-date file dependencies transitively

cfleming22:06:36

@hueyp: Do you know where that dependency is coming from?

hueyp22:06:04

great question — I’m not sure … its (ns user) at the top which I’m guessing nothing actually requires

hueyp22:06:27

but maybe it gets picked up just as the general scratchpad namespace?

cfleming22:06:03

It shouldn’t, but perhaps it’s being picked up because user is the default ns? I’m not sure.

cfleming22:06:11

Is dev a source root?

hueyp22:06:19

yah, wondering that too

cfleming22:06:20

i.e. marked in blue in the project view?

hueyp22:06:20

yah it is

cfleming22:06:41

Interesting. I’ll try to reproduce this and see if I can figure it out.

hueyp22:06:14

thanks, it isn’t a huge deal, and I’ll try and see what triggers it. the actual error is an error about aliasing stuff (one of the requires)