Fork me on GitHub
#cider
<
2016-04-26
>
piotrek06:04:50

@malabarba: Starting nREPL server via /usr/local/bin/boot -d org.clojure/tools.nrepl\:0.2.12 -d refactor-nrepl\:2.3.0-SNAPSHOT -d cider/cider-nrepl\:0.12.0 repl -m refactor-nrepl.middleware/wrap-refactor -m cider.nrepl/cider-middleware -s wait…

piotrek06:04:35

this is was is executed when I use cider-jack-in-clojurescript. It works with my sample project: https://github.com/pbzdyl/cider-boot-cljs

piotrek06:04:17

What I think is missing in the command run by cider-jack-in-clojurescript are some dependencies required by boot-cljs-repl (https://github.com/adzerk-oss/boot-cljs-repl#boot-cljs-repl)

piotrek06:04:47

My project includes them so it works

roberto14:04:20

is there a way to clear the entire buffer when pressing C-c-Co?

roberto14:04:47

it used to work before upgrading

hans14:04:45

@roberto: i think C-c M-o is the "official" way to clear the repl buffer

roberto14:04:18

that gives me some weird error: There is no other repl for the current buffer

malabarba16:04:21

@roberto: yes, with a prefix argument it clears the whole buffer

malabarba16:04:33

@piotrek: thanks. I'll try to use that to figure out what went wrong.

pre23:04:47

after upgrading to 0.12.0 I can’t debug forms using C-M-x: “symbol

pre23:04:08

“symbol’s function definition is void: cider—region-for-defnu-at-point"

pre23:04:58

is there a dep clash with pjstadig/humane-test-output?