Fork me on GitHub
#cider
<
2017-01-17
>
pre20:01:04

Does cider support connecting to socket repl based cljs repls?

bhauman20:01:16

Is there a standard answer as to how to get log4j console output to be delivered to the cider REPL buffer?

dpsutton20:01:57

hmm, most people were having the problem that logging output was coming to the repl buffer recently

dpsutton20:01:02

bhauman, what's your cider version?

dpsutton20:01:09

there was a recent bug fix on 15-snapshot

dpsutton20:01:13

if you are running on melpa

dpsutton20:01:25

ah i think i remember you being a few versions behind. maybe 13?

bhauman20:01:41

I'm on 11 😞

bhauman20:01:46

but there is a fix in 15

bhauman20:01:05

hard to let go of a stable working env

dpsutton20:01:34

i totally hear you on that

dpsutton20:01:46

you could try something ...

dpsutton20:01:58

edit your cider to inject cider-nrepl 0.15 snapshot

dpsutton20:01:11

that's the one that registers the out streams and err streams correctly

dpsutton20:01:23

but obviously cider/nrepl mismashes might not work

bhauman20:01:19

yeah not worth it

bhauman20:01:23

I'll wait!

bhauman20:01:10

its good to know that I'm not "doing something wrong" :TM

dpsutton20:01:23

if you wanted to try, you could change that line to 0.15-snapshot and try it

dpsutton20:01:33

revert the change to go back to injecting cider-nrepl 0.11

dpsutton20:01:44

wouldn't change anything permanently

dpsutton20:01:54

as this is just put in ~/.m2/repository/cider/cider-nrepl

bhauman20:01:03

I will keep this in mind if it starts bugging me 🙂