X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=BUGS;h=24a6847f57947cbf875892fdd9981f889c2247e6;hb=ffb8ca7616d75c88aae8f0939a241260ffdec051;hp=c7e61d5e7bd0f20498ae39fefae5da9b11b8ed7e;hpb=2e6c88c99603ccff3cd6b826acc532ed44c1b994;p=sbcl.git diff --git a/BUGS b/BUGS index c7e61d5..24a6847 100644 --- a/BUGS +++ b/BUGS @@ -2102,19 +2102,5 @@ WORKAROUND: the right fix is to remove the abstraction violation in the compiler's type deriver. -390: - reported on sbcl-help by Tim Daly Jr. - - (DIRECTORY "/tmp/[P]*.*") - gives a type error: - The value "P" is not of type CHARACTER. - 391: - Typed slots with moderately difficult types, combined with - subclassing, cause the computation of effective-slot-definitions to - go awry. - (defclass foo () ((x :type fixnum))) - (defclass bar (foo) ((x :type (integer 1 5)))) - gives an error from SB-PCL::SPECIALIZER-APPLICABLE-USING-TYPE-P. - This is probably because of an inappropriate use of *SUBTYPEP in - COMPUTE-EFFECTIVE-SLOT-DEFINITION-INITARGS. + (fixed in sbcl-0.9.7.1)