From: Mark Wooding Date: Tue, 5 Jan 2016 18:50:12 +0000 (+0000) Subject: src/class-make-impl.lisp: Freeze file locations at object-creation time. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/commitdiff_plain/29ad689c87013c6ce8cd33ffb2f1f6b86dc67f0c src/class-make-impl.lisp: Freeze file locations at object-creation time. A couple got missed. --- diff --git a/src/class-make-impl.lisp b/src/class-make-impl.lisp index 8aacd40..aef6948 100644 --- a/src/class-make-impl.lisp +++ b/src/class-make-impl.lisp @@ -142,7 +142,7 @@ (defmethod make-sod-initializer-using-slot :slot slot :value-kind value-kind :value-form value-form - :location location + :location (file-location location) :pset pset)) (defmethod shared-initialize :after @@ -208,7 +208,7 @@ (defmethod make-sod-method-using-message :class class :type type :body body - :location location + :location (file-location location) :pset pset)) (defmethod sod-message-method-class