Fork me on GitHub
#cursive
<
2017-03-28
>
serioga08:03:57

well, it does not work for me (that's why I ask) 😞 I have no symbol resolution issues.

yonatanel09:03:23

Is there a reason not to use Synchronize Leiningen Projects in the REPL run configuration? I find that running is not faster without it.

basti17:03:02

Hey, I do have a mies cljs project and started the node.js REPL, but I'm unable to remote connect with cursive. Is there something I'm doing wrong? 😕

hannah18:03:32

are you connecting to the same port that the repl is running on?

basti20:03:53

yes I am 🙂

souenzzo20:03:55

Not sure if cursive or midje problem, but cursive detect midje.sweet/contains and midje.sweet/just as arity 2, but they are "var arity"

jstew20:03:34

I'm thinking about giving cursive another try. Does it support boot? The main cursive page seems to suggest that it does not.

cfleming20:03:42

@yonatanel You probably don’t need it, but assuming that all your deps are cached locally it probably doesn’t make things noticeably slower

cfleming20:03:15

@basti The remote REPL config is only for nREPL at this stage, and the node.js REPL doesn’t support that AFAIK

cfleming20:03:09

@basti For a node.js REPL at the moment, you have to do something similar to the CLJS Quick Start, and use a clojure.main REPL.

cfleming20:03:07

@jstew It doesn’t support boot natively yet, no. The usual workaround is to use a boot task which creates a project.clj, and then you just pretend to Cursive that you’re using lein.