0.8.10.75:
authorChristophe Rhodes <csr21@cam.ac.uk>
Tue, 1 Jun 2004 11:35:05 +0000 (11:35 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Tue, 1 Jun 2004 11:35:05 +0000 (11:35 +0000)
Log a bug (related to fixed bug #327)

BUGS
version.lisp-expr

diff --git a/BUGS b/BUGS
index c6933d1..e701579 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1434,3 +1434,9 @@ WORKAROUND:
     The value "/" is not of type PATHNAME.
   According to the PARSE-NAMESTRING dictionary entry the
   default-pathname parameter can be any pathname designator.
+
+331: "lazy creation of CLOS classes for user-defined conditions"
+    (defstruct foo)
+    (defstruct (bar (:include foo)))
+    (sb-mop:class-direct-subclasses (find-class 'foo))
+  returns NIL, rather than a singleton list containing the BAR class.
index 294e52c..9ddd599 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8.10.74"
+"0.8.10.75"