Fork me on GitHub
#cursive
<
2019-05-01
>
cfleming00:05:14

@caleb.macdonaldblack I don’t think there is, sorry - is that in the actual REPL editor?

cfleming00:05:32

I’ll see if I can reproduce that and fix it.

caleb.macdonaldblack00:05:29

I'm not sure exactly what the REPL editor is but I think that is it

cfleming00:05:29

Thanks, I’ll try to reproduce that and fix it.

cfleming00:05:52

Yes, I mean you’re working in the little REPL input pane editor.

cfleming00:05:02

i.e. not sending forms from a normal editor.

caleb.macdonaldblack00:05:22

Yea pretty much. It's probably a bad habit I should break out of though

cfleming00:05:09

Certainly it would fix this problem 🙂

cfleming00:05:09

Or at least work around it.

caleb.macdonaldblack00:05:12

Yep. I probably would worry too much about looking into then unless you want to. I'll try to send to the repl. It's better to do it that way anyway

p-himik07:05:56

Is it possible to make Cursive resolve dependencies in the editor while taking some specific aliases into account?

cfleming11:05:44

@p-himik I don’t understand, can you explain?

p-himik11:05:56

I have deps.edn with multiple aliases many of which specify :extra-deps. And it seems that they're not taken into account at all.

cfleming11:05:15

Yes, you can do that by selecting those aliases in the Clojure Deps toolwindow under Aliases. Select the ones you want and then refresh your project.

cfleming11:05:03

There was a problem reported today if you have :extra-deps with :local/root dependencies in it - I’m hoping to look at that tomorrow.

p-himik11:05:05

Ahh, I see. Thanks! I have a lot of :local/root. 🙂 Here's a decent example of a complicated deps.edn if you need one: https://github.com/juxt/edge/tree/master/examples/main

cfleming11:05:24

Yeah, the issue was this one: https://github.com/cursive-ide/cursive/issues/2164, which is based on a project using Edge.

cfleming11:05:57

It’s odd because I was sure I’d tested the edge examples, it’s possible something has broken.

cfleming03:05:13

Ok, this is fixed for the next build.

Lukasz Hall16:05:02

Anyone else get an Error executing Leiningen task: '1.8' is bad configured when starting a local nRepl? (I've switched the project dep from clj 1.10 to 1.8 and reimported the project and still see the error)