Fork me on GitHub
#calva
<
2020-02-07
>
Sam DeSota18:02:34

Hey, is there anyway to do an dependency traversing reload with Calva? Whenever I make a change, it seems I have to traverse my dependency chain to get run new code, so: • I'm eval'ing code in a.clj • a.cjl depends on b.clj • b.clj depends on c.clj, When I update, c.clj, I have to reload c, then reload b, then reload a. This gets kinda ridiculous on non-toy projects, so I just re-jack in. Is there any tools built to automatically resolve this kind of reload?

pez21:02:54

I'll try that and see what it gives me, @me1260