adding mikera/vectorz to thaw allowlist
This commit is contained in:
parent
ba8827708e
commit
c2187556d6
1 changed files with 5 additions and 1 deletions
|
|
@ -329,7 +329,11 @@
|
||||||
"java.time.DateTimeException"
|
"java.time.DateTimeException"
|
||||||
|
|
||||||
"clojure.lang.ExceptionInfo"
|
"clojure.lang.ExceptionInfo"
|
||||||
"clojure.lang.ArityException"})
|
"clojure.lang.ArityException"
|
||||||
|
|
||||||
|
;; mikera/vectorz and mikera/vectorz-clj libraries
|
||||||
|
"mikera.vectorz.*"
|
||||||
|
})
|
||||||
|
|
||||||
(defn- allow-and-record? [s] (= s "allow-and-record"))
|
(defn- allow-and-record? [s] (= s "allow-and-record"))
|
||||||
(defn- split-class-names>set [s] (when (string? s) (if (= s "") #{} (set (mapv str/trim (str/split s #"[,:]"))))))
|
(defn- split-class-names>set [s] (when (string? s) (if (= s "") #{} (set (mapv str/trim (str/split s #"[,:]"))))))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue