Fork me on GitHub
#clojure-nl
<
2018-10-06
>
borkdude08:10:05

it works well for me in combination with component. I just call rr.reset myself

borkdude08:10:42

I had problems with our current project. don’t know the exact reasons anymore (2 years since), but eventually abandoned it. All I can remember is “weird exceptions about the classpath” 🙂. Maybe it was also related to boot.

borkdude09:10:31

I heavily use (comment ...) sections in namespaces to experiment. I don’t want to have that state cleared on every reset.

lmergen09:10:24

aha! i know those errors, they go away when you delete the target/ directory

lmergen09:10:30

(and restart the repl)

lmergen09:10:38

and i think the issues pop up when you build an uberjar