X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=BUGS;h=e5fb392e567ac28f11594e0066feaba130405466;hb=74a48d09e08aead6f67204878bdf9be4f448e1e8;hp=a83331689d44d74a93b675959fc912d87f5268f0;hpb=4ad052044a22f502d9dc6faf6dfe01f3bab84262;p=sbcl.git diff --git a/BUGS b/BUGS index a833316..e5fb392 100644 --- a/BUGS +++ b/BUGS @@ -218,11 +218,6 @@ WORKAROUND: (Also, verify that the compiler handles declared function return types as assertions.) -38: - DEFMETHOD doesn't check the syntax of &REST argument lists properly, - accepting &REST even when it's not followed by an argument name: - (DEFMETHOD FOO ((X T) &REST) NIL) - 41: TYPEP of VALUES types is sometimes implemented very inefficiently, e.g. in (DEFTYPE INDEXOID () '(INTEGER 0 1000))