From: Kevin M. Rosenberg Date: Tue, 22 Apr 2003 14:07:18 +0000 (+0000) Subject: r4576: Auto commit for Debian build X-Git-Tag: debian-2.11.0-2~142 X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=commitdiff_plain;h=afe31b09d8469efb141306db5dfb9b75b37b7953 r4576: Auto commit for Debian build --- diff --git a/debian/changelog b/debian/changelog index 548681a..184fe78 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-hyperobject (2.6.4-1) unstable; urgency=low + + * Work-around issue with cmucl + + -- Kevin M. Rosenberg Tue, 22 Apr 2003 08:06:37 -0600 + cl-hyperobject (2.6.3-1) unstable; urgency=low * Fix :type in object-view class diff --git a/rules.lisp b/rules.lisp index 11d7dbf..1b24cdf 100644 --- a/rules.lisp +++ b/rules.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: rules.lisp,v 1.1 2002/12/26 23:18:16 kevin Exp $ +;;;; $Id: rules.lisp,v 1.2 2003/04/22 14:07:18 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -71,6 +71,7 @@ (slot standard-effective-slot-definition)) (call-next-method)) +#+ignore (defmethod (setf slot-value-using-class) :around (new-value (cl hyperobject-class) obj (slot standard-effective-slot-definition))