X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=BUGS;h=1c750b416936e6f295228e5347a10e6e01e12fc9;hb=79d0a575af35d894966ea052415fb0c67dd888a6;hp=e8f41efa1371a280f41aa69b899b347d88f74073;hpb=c457d41e87e7ab27bb92f59f0e7839fe23b9d020;p=sbcl.git 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).