From: Alexey Dejneka Date: Thu, 13 Oct 2005 18:08:04 +0000 (+0000) Subject: 0.9.5.57: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=ce61d8a961590a1a03efc96d6d525670c4a8c035;p=sbcl.git 0.9.5.57: New bug: strange PCL error message. --- diff --git a/BUGS b/BUGS index e8f41ef..1c750b4 100644 --- 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). diff --git a/version.lisp-expr b/version.lisp-expr index 4bd74a7..4a505c3 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.9.5.56" +"0.9.5.57"