Force reloading namespaces on demand or through a dependency tracker
Force reloading namespaces on demand or through a dependency tracker
(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close