This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-12-21
Channels
- # aatree (5)
- # admin-announcements (3)
- # beginners (13)
- # boot (25)
- # cider (4)
- # cljs-dev (2)
- # clojure (107)
- # clojure-austria (2)
- # clojure-japan (12)
- # clojure-russia (128)
- # clojurebridge (2)
- # clojurecup (32)
- # clojurescript (68)
- # css (4)
- # cursive (3)
- # datascript (4)
- # datomic (8)
- # devcards (25)
- # hoplon (19)
- # immutant (2)
- # ldnclj (4)
- # liberator (2)
- # luminus (5)
- # off-topic (184)
- # om (78)
- # onyx (2)
- # portland-or (11)
- # re-frame (27)
- # reagent (11)
- # yada (3)
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
is there anyway to make cider error when you give an invalid namespace to (in-ns) ?
I typoed the namespace and spent the last hour trying to figure out why it doesn't work 😇
maybe not a cider thing but a nrepl