Liking cljdoc? Tell your friends :D

boundary.devtools.shell.fcis-checker

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.
raw docstring

check-fcis-violations!clj

(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.
sourceraw docstring

core-ns?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.*)
sourceraw docstring

find-violationsclj

(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.
sourceraw docstring

shell-ns?clj

(shell-ns? ns-str)

Is this a user-level shell namespace? (boundary.MODULE.shell.*)

Is this a user-level shell namespace? (boundary.MODULE.shell.*)
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close