src/frontend.lisp: Add `--backtrace' option to expose error context.
[sod] / src / class-make-impl.lisp
index 8aacd40..aef6948 100644 (file)
                 :slot slot
                 :value-kind value-kind
                 :value-form value-form
-                :location location
+                :location (file-location location)
                 :pset pset))
 
 (defmethod shared-initialize :after
                 :class class
                 :type type
                 :body body
-                :location location
+                :location (file-location location)
                 :pset pset))
 
 (defmethod sod-message-method-class