Fork me on GitHub
#cider
<
2015-08-30
>
bozhidar06:08:57

yeah, it’s usually pretty stable

bozhidar06:08:07

but the ongoing refactorings are quite sweeping

bozhidar06:08:15

and our tests are quite non-existing

bozhidar06:08:35

so usually there turns out to be some place where you forgot to rename something

bozhidar06:08:42

or introduce an extra param

bozhidar06:08:23

long story short - we’re working in a direction that would decouple CIDER from nREPL

bozhidar06:08:47

and would make it possible to support both nREPL and Clojure 1.8’s proposed network REPL down the line

bozhidar06:08:34

it’s unlikely that CIDER will actually support the new REPL right after it’s released, but at least we’re making progress in this direction

zentrope21:08:11

When running services via a Cider repl, stdout appears in the nrepl-server buffer. How do I cause that buffer to always have the last line in view?

zentrope21:08:27

Or, is it possible to force stdout into the cider-repl itself?