0.9.9.28:
authorChristophe Rhodes <csr21@cam.ac.uk>
Tue, 14 Feb 2006 09:27:20 +0000 (09:27 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Tue, 14 Feb 2006 09:27:20 +0000 (09:27 +0000)
Whoops.  SB-INTROSPECT is (was) using one of the symbols I
renamed in 0.9.9.27...

contrib/sb-introspect/sb-introspect.lisp
version.lisp-expr

index d0bcbac..d614307 100644 (file)
@@ -284,8 +284,8 @@ If an unsupported TYPE is requested, the function will return NIL.
               (sb-kernel::layout-source-location layout)))))))
     (method-combination
      (car
-      (find-definition-sources-by-name (sb-pcl::method-combination-type object)
-                                       :method-combination)))
+      (find-definition-sources-by-name
+       (sb-pcl::method-combination-type-name object) :method-combination)))
     (package
      (translate-source-location (sb-impl::package-source-location object)))
     (class
index 77fb146..6ee12c9 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.9.9.27"
+"0.9.9.28"