Log a bug (related to fixed bug #327)
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.
;;; 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"