Raymond Toy pushed to branch issue-495-describe-deftypes at cmucl / cmucl Commits: a1a945f4 by Raymond Toy at 2026-04-30T20:08:04-07:00 Fix comment about :source-location :defvar and deftype The :source-location :defvar doesn't hold deftype source-location information anymore. It's in :source-location :deftype. - - - - - 1 changed file: - src/compiler/globaldb.lisp Changes: ===================================== src/compiler/globaldb.lisp ===================================== @@ -1171,7 +1171,7 @@ ;;; Used to record the source-location of definitions. Despite the ;;; type name of "defvar", this holds the location information for ;;; defvar, defparameter, and defconstant. It also has the source -;;; location for defstruct and deftype. +;;; location for defstruct. (define-info-class source-location) (define-info-type source-location defvar (or form-numbers null) nil) ;; This is used for define-condition. It could also be used for View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/a1a945f4682a013bc92eb6aa... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/a1a945f4682a013bc92eb6aa... You're receiving this email because of your account on gitlab.common-lisp.net. Manage all notifications: https://gitlab.common-lisp.net/-/profile/notifications | Help: https://gitlab.common-lisp.net/help