0.9.5.57:
authorAlexey Dejneka <adejneka@comail.ru>
Thu, 13 Oct 2005 18:08:04 +0000 (18:08 +0000)
committerAlexey Dejneka <adejneka@comail.ru>
Thu, 13 Oct 2005 18:08:04 +0000 (18:08 +0000)
        New bug: strange PCL error message.

BUGS
version.lisp-expr

diff --git a/BUGS b/BUGS
index e8f41ef..1c750b4 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -2110,3 +2110,15 @@ WORKAROUND:
   12:19 < Xophe> it's the same problem as we had with compiler-error conditions
   12:19 < Xophe> the thing that's signalled up and down the stack is a subtype of
                   ERROR, where it probably shouldn't be
+
+388:
+  (found by Dmitry Bogomolov)
+
+    (defclass foo () ((x :type (unsigned-byte 8))))
+    (defclass bar () ((x :type symbol)))
+    (defclass baz (foo bar) ())
+
+  causes error
+
+    SB-PCL::SPECIALIZER-APPLICABLE-USING-TYPE-P cannot handle the second argument
+    (UNSIGNED-BYTE 8).
index 4bd74a7..4a505c3 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.5.56"
+"0.9.5.57"