Fork me on GitHub
#cursive
<
2020-07-09
>
Drew Verlee13:07:07

when i run the repl i setup via run > configurations > local-repl > Nrepl it throws an excpetion that it couldn't find refactor nrepl. Why is it looking for refactor nrepl? Is that a dependency of using an nrepl server? I believe thats the case, on emacs i believe this is auto injected when i run cider-jack-in. What do people do using cursive? add a dev alias to to their deps.edn and add the dep there?

salam15:07:44

my typical workflow (on macos) is: 1) start a socket repl server in the terminal 2) start a remote socket repl client in intellij idea (via cursive, of course) the benefits are: 1) i have finer control over how i want to configure the repl server (via deps.edn) 2) separation of concerns: if intellij idea crashes, i still have my repl server and all the state in it

salam15:07:12

of course, this doesn’t mean the local-repl approach won’t work in cursive. when i started with cursive, that is what i used but over time, as i got more and more familiar with repl-aided development, i switched to the current remote-repl approach.

cfleming21:07:18

@U0DJ4T5U1 Cursive doesn’t use or look for refactor nrepl. Can you post the stacktrace?

Drew Verlee21:07:31

Yes. Though it might be a while. Thanks again.

Adrian Smith15:07:06

Is there anything new on the inline REPL evaluation feature? I think I remember it was mentioned on twitter a while ago, I'm really excited about it

cfleming21:07:56

Nothing new I’m afraid, but it’s definitely on my short-medium term to-do list.

👍 3
cfleming21:07:14

Dropping support for older IntelliJ versions will help that along.

dvingo21:07:04

Anyone on macos 10.15.5 (19F101) experiencing crashes of intellij which brings down the OS as well? I'm at a loss. I just switched from a linux machine which also experienced intellij crashing the OS. I'm about to switch to emacs + cider. this is unbearable.

salam22:07:21

i've never experienced this. my environment: IntelliJ IDEA 2020.1.3 (Ultimate Edition) Build #IU-201.8538.31, built on July 7, 2020 Runtime version: 11.0.7+10-b765.64 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 10.15.5 GC: ParNew, ConcurrentMarkSweep Memory: 1981M Cores: 8 Registry: ide.browser.jcef.preinit=false Non-Bundled Plugins: String Manipulation, org.jetbrains.kotlin, com.cursiveclojure.cursive, org.intellij.scala

cfleming23:07:28

I haven’t heard anything about that, no. I’m not on 10.15 myself, although I’m planning to upgrade sometime soon.

cfleming00:07:31

Definitely report that at https://youtrack.jetbrains.com/issues if you can’t find a relevant issue there - the JetBrains staff are very responsive on their tracker.

dvingo00:07:43

thanks for the feedback, I'll try reporting it and see what happens

Alex Miller (Clojure team)21:07:07

I'm on 10.15.5, have never seen that

Alex Miller (Clojure team)21:07:46

there may be a crash report somewhere

Alex Miller (Clojure team)21:07:05

if you open Console, there's a Crash Reports section

dvingo21:07:14

ah thank you, was trying to find it

dvingo21:07:04

I believe the linux issue was due to intellij not handling a 4k screen, but the mac box is not 4k