X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=BUGS;h=39508d5f5e75f386e30c3543473a81bb11598de5;hb=4e3b57699314dbd3883470d9b196287b178f3e6d;hp=a498227c2ec14349682856dd773f9d95f451bdd9;hpb=f4a7d6c4a2a4f846ad353dddb922dd8967f998e5;p=sbcl.git diff --git a/BUGS b/BUGS index a498227..39508d5 100644 --- a/BUGS +++ b/BUGS @@ -1258,18 +1258,7 @@ WORKAROUND: cmucl-help 2002-05-31) 175: - sbcl's CHANGE-CLASS does not accept and use initargs, so that e.g.: - (defclass foo () ((a :accessor a :initarg :a))) - (defclass bar () ((a :accessor a :initarg :a) - (b :accessor b :initarg :b))) - (change-class (make-instance 'foo :a 1) 'bar :b 2) - should return an instance of class BAR with its A slot-value being 1 - and its B slot-value being 2; at present (sbcl-0.7.4.8), it signals - an error. There's some code by Espen S. Johnsen at - - to patch around this (and some related things? not sure -- WHN) which - might be usable to fix it in the main SBCL CVS. - + (fixed in sbcl-0.7.4.14) DEFUNCT CATEGORIES OF BUGS IR1-#: