Liking cljdoc? Tell your friends :D

hive-build.promote.exclude

Jar-entry exclusion: which entries a version.edn :jar-excludes list claims, and which entries of a built jar violate it. Pure.

Jar-entry exclusion: which entries a version.edn :jar-excludes list claims,
and which entries of a built jar violate it. Pure.
raw docstring

claims?clj

(claims? excludes entry-name)

True when one of excludes names entry-name exactly or names a directory above it. hive_qdrant/addon.clj claims that file only; META-INF/hive-addons claims the directory entry and everything beneath it.

True when one of `excludes` names `entry-name` exactly or names a directory
above it. `hive_qdrant/addon.clj` claims that file only; `META-INF/hive-addons`
claims the directory entry and everything beneath it.
sourceraw docstring

normalizeclj

(normalize path)

path without leading or trailing slashes, so a directory entry the zip writer spelled META-INF/hive-addons/ and the config's META-INF/hive-addons name the same thing.

`path` without leading or trailing slashes, so a directory entry the zip
writer spelled `META-INF/hive-addons/` and the config's `META-INF/hive-addons`
name the same thing.
sourceraw docstring

reportclj

(report violations)

A message naming violations, or nil when there are none.

A message naming `violations`, or nil when there are none.
sourceraw docstring

violationsclj

(violations excludes entry-names)

The entry-names that excludes claims, sorted.

The `entry-names` that `excludes` claims, sorted.
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