Fork me on GitHub
#cider
<
2016-05-04
>
malabarba01:05:54

There's not much to do then. Just hit c to skip that. There's an open issue about automatically skipping the schema evaluations when debugging.

jstaffans08:05:39

Am I supposed to be able to cider-connect to any kind of nREPL server? Are there any prerequisites? I haven’t figured out how to connect to an nREPL server launched using the Maven Clojure plugin - nothing shows up under localhost when I try cider-connect. The nREPL is running the cider-nrepl middleware.

malabarba16:05:49

@jstaffans: yes. Any server will do. But you might not get full functionality if the server is not using the cider-nrepl middleware

malabarba16:05:54

Cider has no way of guessing the port with Maven

malabarba16:05:15

You'll just have to type the port yourself

jstaffans16:05:23

Ah, of course! I'm so used to cider knowing the port automatically that it didn't occur to me to type it in