Fork me on GitHub
#editors
<
2015-08-31
>
paulb15:08:21

in Cursive after starting a REPL the message "DEBUG: unknown response keys :state" keeps repeating as I type. Has anyone else had this problem? the repl appears to work otherwise.

cfleming19:08:30

@paulb: That means the REPL is trying to read from stdin. Are you running a CLJS REPL over nREPL or something?

cfleming19:08:55

@paulb: Weird. Sorry, I didn’t read your message earlier carefully enough, it’s not the input issue. Do you have anything in your lein profiles which might be doing something strange with your REPL?

paulb20:08:17

@cfleming thanks! deleting profiles.clj fixed the problem.

paulb20:08:09

it was previously configured for emacs with cider and refactor so I guess those conflict