Fork me on GitHub
#calva
<
2022-02-08
>
pinkfrog16:02:17

Calva has a refresh-all-namespace command. What’s the definition of all here?

pez17:02:15

This is a cider-nrepl operation, which will use clojure.tools.namespace/refresh-all: >

Scans source code directories for all Clojure source files and
> reloads them in dependency order.
(And it will also call clear, I think.) See: • https://docs.cider.mx/cider-nrepl/nrepl-api/ops.html#refresh-allhttps://clojure.github.io/tools.namespace/#clojure.tools.namespace.repl/refresh-all