Fork me on GitHub
#cider
<
2016-06-30
>
rmuslimov09:06:19

I’m playing with sente and using cider-refresh to reload the system. My setting are: `(setq cider-refresh-before-fn "reloaded.repl/suspend" cider-refresh-after-fn "reloaded.repl/resume”)` When I’m reloading system that way all messages from sente goes to cider-refresh-log buffer, which is suprise for me If call in reloaded.repl/suspend, refresh-all, ‘reloaded.repl/resume’ I see messages in standard emacs cider repl

rmuslimov09:06:20

any ideas how to fix that?

jasonjckn21:06:17

when I introduce a compiler error and do cider-refresh, it errors as expected, if I fix it and cider-refresh, i get "user/go" no such namespace user

jasonjckn21:06:37

so my before-fn doesn't exist anymore

jasonjckn21:06:46

I set this to nil, and tried cider-refresh again

jasonjckn21:06:41

hm, i had some other error after, but it just dissapeared scatches head

jasonjckn21:06:33

anyways what's the solution for user/go thing?

vinnyataide23:06:21

is there any format command for clojure?