Post-reset namespace scanner for FC/IS violations. Only detects BND-601: core namespace importing shell namespace via :require. BND-602 (core uses I/O) is detected statically by bb check:fcis.
Post-reset namespace scanner for FC/IS violations. Only detects BND-601: core namespace importing shell namespace via :require. BND-602 (core uses I/O) is detected statically by bb check:fcis.
(check-fcis-violations!)Scan loaded namespaces and print warnings for FC/IS violations. Called after (go) and (reset) in user.clj.
Scan loaded namespaces and print warnings for FC/IS violations. Called after (go) and (reset) in user.clj.
(core-ns? ns-str)Is this a user-level core namespace? (boundary.MODULE.core.*)
Is this a user-level core namespace? (boundary.MODULE.core.*)
(find-violations)Scan loaded namespaces for FC/IS violations. Returns a vector of {:source-ns :requires-ns :module} maps.
Scan loaded namespaces for FC/IS violations.
Returns a vector of {:source-ns :requires-ns :module} maps.(shell-ns? ns-str)Is this a user-level shell namespace? (boundary.MODULE.shell.*)
Is this a user-level shell namespace? (boundary.MODULE.shell.*)
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |