Fork me on GitHub
#cider
<
2015-12-21
>
danmidwood15:12:23

Hey all, I upgrade to cider/cider-nrepl 0.10.0 and I'm seeing this when I connect to an already running repl, I expect it's probably due to a conflict in some plugin but I thought I'd check if it was known / recognised first before I start swapping things in/out trying to track it down

nREPL: Establishing direct connection to localhost:5050 ...
nREPL: Direct connection established
-remove: Wrong number of arguments: (2 . 2), 1

clojuregeek20:12:28

is there anyway to make cider error when you give an invalid namespace to (in-ns) ?

clojuregeek20:12:56

I typoed the namespace and spent the last hour trying to figure out why it doesn't work 😇

clojuregeek20:12:21

maybe not a cider thing but a nrepl