X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fbeyond-ansi.sgml;h=b1c0a39a32b301bf7aa883f11018530091b0faed;hb=a0a413499415738d23cc40baa44e9c404af54a94;hp=1990336c1458ab553d3ab20f09d9cf6cbadf101d;hpb=be76f6319dcb41477209676e6f26e0030e4659ba;p=sbcl.git diff --git a/doc/beyond-ansi.sgml b/doc/beyond-ansi.sgml index 1990336..b1c0a39 100644 --- a/doc/beyond-ansi.sgml +++ b/doc/beyond-ansi.sgml @@ -118,12 +118,21 @@ whose instances can be used as Lisp streams (e.g. passed as the first argument to format). &SBCL; supports a MetaObject Protocol which is intended to be -compatible with &AMOP;; exceptions to this (as distinct from current -bugs) are that -compute-effective-method only returns one value, not -two. +compatible with &AMOP;; present exceptions to this (as distinct from +current bugs) are: + + the abstract metaobject class is not + present in the class hierarchy; + the standard-object and + funcallable-standard-object classes are + disjoint; + compute-effective-method only returns + one value, not two; + the system-supplied :around method for + compute-slots specialized on + funcallable-standard-class does not respect the + requested order from a user-supplied primary method. +