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.
(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.
(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.
(report violations)A message naming violations, or nil when there are none.
A message naming `violations`, or nil when there are none.
(violations excludes entry-names)The entry-names that excludes claims, sorted.
The `entry-names` that `excludes` claims, sorted.
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 |