From: Christophe Rhodes Date: Tue, 1 Jun 2004 11:35:05 +0000 (+0000) Subject: 0.8.10.75: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=7c30f5f7745ca84b429bff16684bddc08f0fc6f4;p=sbcl.git 0.8.10.75: Log a bug (related to fixed bug #327) --- diff --git a/BUGS b/BUGS index c6933d1..e701579 100644 --- 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. diff --git a/version.lisp-expr b/version.lisp-expr index 294e52c..9ddd599 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"