(format-warning-message {:keys [message file line column], :as warning-data})
Source
(defnformat-warning-message[{:keys[messagefilelinecolumn], :aswarning-data}](cond->messageline(str" at line "line)(andlinecolumn)(str", column "column)file(str" in file "file)))