Skip to content

gd kills :AcidEval #65

Open
Open
@elzibubble

Description

@elzibubble

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions