Fork me on GitHub
#cursive
<
2018-09-15
>
cfleming08:09:38

@viebel I’ll look at that on Monday, I haven’t played around much with the task run configurations yet.

Yehonathan Sharvit16:09:17

OK. Please let me know how to make it work

cfleming07:09:33

@viebel One question - what does the task you’re trying to run do?

Yehonathan Sharvit08:09:26

I just want to open a REPL for a project that has deps.edn but no project.clj

cfleming09:09:07

For that you don’t need to use the tasks - use a Local REPL type as described here: https://cursive-ide.com/userguide/repl.html

cfleming09:09:20

The doc is slightly out of date - you’ll have two options “Use nREPL in normal JVM process”, and “Use clojure.main in normal JVM process”. Probably the nREPL option is the best - nREPL will be automatically injected into the classpath.

Yehonathan Sharvit12:09:57

I am getting an error while creating opening a folder with deps.edn

cfleming12:09:49

Can you close that error message and send the screenshot of the underlying Import Project dialog?

Yehonathan Sharvit15:09:18

Here it is. Sorry for the delay. I was trapped into some business meetings

cfleming08:09:50

Hmm, strange, that looks fine. I’ll try to reproduce that later.

cfleming07:09:51

@viebel No, sorry - I’ve been battling build tooling in the end. I have actually seen something similar to this but haven’t set to reproducing it properly yet.

Yehonathan Sharvit07:09:46

Let me know when you find something

Yehonathan Sharvit07:09:57

What do you mean by ” battling build tooling in the end”?

Yehonathan Sharvit16:09:22

Did you find something related to my issue ?

cfleming08:10:50

@viebel No sorry, I’ve been chasing down other bugs. I’ve seen something like this myself but I’ve never been able to reproduce it when I’m debugging.

cfleming14:10:14

@viebel I think I have fixed this: https://github.com/cursive-ide/cursive/issues/2062. I never managed to reproduce exactly what you were seeing, but I did reproduce something similar which I had seen. Let me know if this is still a problem after the next release.

Yehonathan Sharvit14:10:56

When the next release will be out?

cfleming14:10:28

I’m just doing it now

cfleming14:10:49

Ok, that should be available now.

cfleming08:09:47

@joelmarty2 I’ll look into that - because Cursive uses a trampoline that may not work correctly. As a workaround, you can specify the env vars in the run configuration itself. Could you file an issue for that and I’ll try to fix it properly?

cfleming08:09:22

@mike1452 Settings-&gt;Editor-&gt;General-&gt;Smart Keys-&gt;Use ;; for line comments

cfleming08:09:14

@mcferren Are you using JDK9+ for your project? Someone reported that some of the evaluation stuff was broken there.

mike_ananev08:09:10

@cfleming Hello! There is no such option "Use ;; for line comments" in Settings->Editor->General->Smart Keys. Idea 2018.2.3 CE, Cursive 1.7.0-2018.2

cfleming08:09:37

@mike1452 Oh right, I added that recently, it’s probably only in the latest EAP.

cfleming08:09:00

I hoped to have that as a stable build but ClojuTRE interrupted that - it should be next week.

mike_ananev08:09:05

@cfleming Thanks. Enabled EAP updates and now I see it. Thank you for this great product.

bmcferren16:09:45

thanks for your help @cfleming java version "10.0.1" 2018-04-17 Java(TM) SE Runtime Environment 18.3 (build 10.0.1+10) Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.1+10, mixed mode) what version should I be running?

Yehonathan Sharvit17:09:57

how can we configure the color of the rainbow parenthesis?

bmcferren19:09:12

also, where in preferences to change JDK version? (sry for newbie intelij question) 🙂