Fork me on GitHub
#polylith
<
2021-08-13
>
kendall.buchanan02:08:07

Is there a recommended place for clojure.tools.namespace.repl/refresh ? We can’t seem to find a place in the workspace where it will recognize all the namespaces, including tests.

seancorfield03:08:20

Doesn't it work off what's on the classpath? (which would be any REPL running clj -A:dev:test)

seancorfield03:08:02

(I think the "refresh" workflow thing is problematic and should just be avoided but that's my personal opinion -- I see so many beginners get into trouble with that)

pithyless12:08:48

@U04V70XH6 resurrecting a really old thread I stumbled across recently; do you still generate test stubs nowadays? https://clojureverse.org/t/what-are-the-alternatives-to-using-remove-ns-to-clean-up-definitions/4121/27

seancorfield17:08:33

Yup, we still use gen-test-ns.sh 🙂