From 7c30f5f7745ca84b429bff16684bddc08f0fc6f4 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Tue, 1 Jun 2004 11:35:05 +0000 Subject: [PATCH] 0.8.10.75: Log a bug (related to fixed bug #327) --- BUGS | 6 ++++++ version.lisp-expr | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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" -- 1.7.10.4