[armedbear-devel] [closer-devel] Closer-mop support for ABCL
Rudolf Schlatte
rudi at constantly.at
Wed Sep 5 10:33:29 UTC 2012
On Aug 26, 2012, at 22:37, Pascal Costanza <pc at p-cos.net> wrote:
> OK, on to the next bug: It seems that anonymous classes are always considered subtypes of other classes. This is not correct. Here is transcript:
>
> CL-USER(1): (defparameter *c1* (make-instance 'standard-class))
> *C1*
> CL-USER(2): (defparameter *c2* (make-instance 'standard-class))
> *C2*
> CL-USER(3): (subtypep *c1* *c2*)
> T
> T
[etc]
Nice. For more fun and games, consider (setf (class-name *c1*) t) - instant universal superclass. Anyway, both issues are hopefully fixed now.
I wonder if this should be added to ansi-tests.
Rudi
More information about the armedbear-devel
mailing list