On Thu, 24 Mar 2022 at 19:14, Jeff Cunningham jeffrey@jkcunningham.com wrote:
;;; Added this so I can change the names of package symbols and get ;;; prompted about whether or not I want to drop them: (setf sb-ext:*on-package-variance* '(:error t))
Try (setf sb-ext:*on-package-variance* '(:warn (:swank :swank-backend) :error t)) instead.
Cheers, Luís