[closer-devel] C2MOP and class-prototype

Slava Akhmechet coffeemug at gmail.com
Wed Aug 22 05:44:52 UTC 2007


It looks like 'class-prototype' is broken on SBCL 1.0.7 (and C2MOP
0.41) for some built-in classes:

(c2mop:class-prototype (find-class 'string)) => 42
(sb-mop:class-prototype (find-class 'string)) => 42

I didn't find any specializations of this function in C2MOP. What can
I do to help support it? (It seems pretty easy to specialize on
offending classes for SBCL but what about tests for all other
supported implementations?)

-- 
Regards,
Slava Akhmechet.



More information about the closer-devel mailing list