adding mikera/vectorz to thaw allowlist

This commit is contained in:
danielfleischer 2020-11-23 15:07:37 +02:00 committed by GitHub
parent ba8827708e
commit c2187556d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 #"[,:]"))))))