Liking cljdoc? Tell your friends :D

skeptic.checking.opts


CanonicalizeOptsclj

source

CheckProjectOptsclj

source

CompiledTypeOverrideclj

source

DiscoveredNamespacesclj

Every [ns-sym source-file] discovered for the current project pass — a sequence of pairs, never a map: one namespace may be declared by more than one file (.clj alongside .cljc), and which file defines it is the project's own load's decision, made in the worker, not a host-side collapse. ALWAYS the full discovery — never pre-filtered by -n / :namespace, which is a CHECKING-time filter applied after admission. Filtering before handing to skeptic.checking.pipeline/project-state violates the cross-namespace admission invariant: declarations from un-requested namespaces would never reach the merged dict, and call sites depending on them would silently degrade to Dyn. The filter for -n lives in skeptic.core/check-project against the per-namespace CHECK loop, never against admission.

Every [ns-sym source-file] discovered for the current project pass — a
sequence of pairs, never a map: one namespace may be declared by more
than one file (.clj alongside .cljc), and which file defines it is the
project's own load's decision, made in the worker, not a host-side
collapse. ALWAYS the full discovery — never pre-filtered by `-n` /
`:namespace`, which is a CHECKING-time filter applied after admission.
Filtering before handing to `skeptic.checking.pipeline/project-state`
violates the cross-namespace admission invariant: declarations from
un-requested namespaces would never reach the merged dict, and call
sites depending on them would silently degrade to Dyn. The filter for
`-n` lives in `skeptic.core/check-project` against the per-namespace
CHECK loop, never against admission.
sourceraw docstring

DiscoveryEntryclj

source

DiscoveryOutclj

source

FormCheckOptsclj

source

Langclj

source

PolarityOptsclj

source

PrinterOptsclj

source

RawTypeOverrideclj

source

SkepticConfigclj

source

VarProvsclj

source

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