Fork me on GitHub
#cursive
<
2017-12-22
>
cjmurphy05:12:49

I'm trying to work out a way around this problem:

cjmurphy05:12:25

My Internet connection is poor, but no worse than usual. I'm thinking to attempt download this file myself, and put it (unzipped version) where IDEA/Cursive expects it. Where is that? (I'll investigate...) Also is there some other way I can get around this problem?

cjmurphy05:12:53

So I'm trying lein upgrade now...

cjmurphy06:12:47

That didn't work either 😞

cfleming06:12:52

@cjmurphy Cursive will download it and put it in .lein/self-installs

cfleming06:12:19

If you really can’t get it to download for some reason, you could tell Cursive to use some version you already have in there.

lfn306:12:26

@cfleming Hey I think I missed this in the patch notes, but did you change the way the test integration works lately?

cjmurphy06:12:50

Yes the lein upgrade was putting it in self-installs, but that didn't download either. So I'll try to tell Cursive to stick with what it has...

cjmurphy06:12:30

So I'm gonna have to ask - how do I tell Cursive to do things, like use the version of lein that is there, rather than always auto-installing? I tried to 'show Cursive Cheat Sheet' but nothing came up.

cjmurphy07:12:41

So I think it is the Leiningen project settings, you can set the version of Lein to use just for that project. I believe this setting is not in any file, but within Cursive somehow.

cfleming07:12:33

@cjmurphy It’s stored in a file under .idea in your project dir.

cfleming07:12:03

@lfn3 Yeah, there were a few changes - has something broken?

cjmurphy07:12:51

Okay thanks. Working now (since changed lein version back for a project). I'll download when the Internet is fast here again. Thanks for your help.

lfn307:12:59

The opposite actually, it seems like you might have fixed the issue with rebinding the report fn

lfn307:12:11

Let me find it again tho

cjmurphy07:12:51

Now any lein command lein clean, lein version, seems to want to complete the download. But that's a lein problem not a Cursive problem, and my problem because lein clean is a part of my workflow. I'll start posting in lein slack now...

cfleming09:12:46

@lfn3 Hmm, I’ll have to think about what I might have changed to affect that.