From: Kevin M. Rosenberg Date: Tue, 22 Apr 2003 15:22:25 +0000 (+0000) Subject: r4580: Auto commit for Debian build X-Git-Tag: debian-2.11.0-2~138 X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=commitdiff_plain;h=e354a7df5e14402e0421f106e2183f4cd41f9d9e r4580: Auto commit for Debian build --- diff --git a/rules.lisp b/rules.lisp index f68dc81..8b1f59d 100644 --- a/rules.lisp +++ b/rules.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: rules.lisp,v 1.4 2003/04/22 15:20:57 kevin Exp $ +;;;; $Id: rules.lisp,v 1.5 2003/04/22 15:22:25 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -70,13 +70,13 @@ (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)) - #+ignore +; #+ignore (cmsg-c :verbose "Setf slot value: class: ~s, obj: ~s, slot: ~s, value: ~s" cl (class-of obj) slot new-value) + #+ignore (let ((func (esd-value-constraint slot))) (cond ((and func (not (funcall func new-value)))