Open
Description
Probably same as #21. Acid should tell you those other plugins are required and preferably how to fix the issue, rather than falling on its sword. Also the homepage should tell you to install these things.
(defn serialize-kv
[k v]
(str (->camelCaseString k) ": " (selmer-serialize v)))
;; A map containing `:ser-as :params`
(defmethod selmer-serialize :params
[value]
(->> (dissoc value :ser-as)
(map #(apply serialize-kv %))
(str/join ", ")))
If I use gd
on serialize-kv
near the bottom, running :AcidEval 5
no longer returns a response. No :messages
.
K
also doesn't work, though at least it doesn't kill eval.
Metadata
Metadata
Assignees
Labels
No labels