Liking cljdoc? Tell your friends :D

clojure.tools.namespace.reload

Force reloading namespaces on demand or through a dependency tracker

Force reloading namespaces on demand or through a
dependency tracker
raw docstring

remove-libclj

(remove-lib lib)

Remove lib's namespace and remove lib from the set of loaded libs.

Remove lib's namespace and remove lib from the set of loaded libs.
sourceraw docstring

track-reloadclj

(track-reload tracker)

Executes all pending unload/reload operations on dependency tracker until either an error is encountered or there are no more pending operations.

Executes all pending unload/reload operations on dependency tracker
until either an error is encountered or there are no more pending
operations.
sourceraw docstring

track-reload-oneclj

(track-reload-one tracker)

Executes the next pending unload/reload operation in the dependency tracker. Returns the updated dependency tracker. If reloading caused an error, it is captured as ::error and the namespace which caused the error is ::error-ns.

Executes the next pending unload/reload operation in the dependency
tracker. Returns the updated dependency tracker. If reloading caused
an error, it is captured as ::error and the namespace which caused
the error is ::error-ns.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close