Fork me on GitHub
#cider
<
2015-06-14
>
bentanweihao03:06:53

i have a quick question on cider.

bentanweihao03:06:14

what's the correct way of auto-reloading files?

bentanweihao03:06:32

to give some context, I'm working on exercism

bentanweihao03:06:18

i found that despite doing cider-refresh, the tests don't seem to see the updated implementation file

sooheon10:06:52

i think you want to send the buffer contents to cider

sooheon10:06:17

cider-load-buffer

jcsims15:06:38

@bentanweihao: I tend to use the same as @sooheon mentioned - cider-load-buffer, which should be mapped to C-c C-k by default in cider

jcsims15:06:28

but keep in mind that the entire buffer is loaded, so defs and other stateful things can be affected