Fork me on GitHub
#cider
<
2016-10-24
>
radon01:10:44

In my experience, you shouldn’t even have to be in a Clojure file for M-x cider-jack-in-clojurescript to work properly. (This is the template I test these sorts of things on: https://github.com/raxod502/minimal-webapp)

lvh02:10:25

Is there a way to tell CIDER that the thing I’m connecting to is already a ClojureScript REPL? I’m getting it through figwheel; and compiling a cljs buffer never seems to work anymore

bozhidar08:10:07

@jfntn this code hasn’t been changed for ages

bozhidar08:10:02

don’t recall what the exact logic for dealing with missing namespaces was, though - I think we evaluated the ns form automatically

bozhidar08:10:16

originally we did nothing and one had to remember to re-eval the ns form

bozhidar08:10:28

which might be the better default, as it’s also what I’d normally expect

bozhidar08:10:42

there’s obviously some room for improvement