[Ecls-list] Closer to MOP for ecl

Greg Pfeil sellout42 at mac.com
Wed May 10 10:50:01 UTC 2006


On 10 May 2006, at 8:41, Pascal Costanza wrote:

> On 10 May 2006, at 00:22, Greg Pfeil wrote:
>
>> I'm very excited by how this is coming along. Unfortunately, I still 
>> can't use a current CL-Containers, since it depends on Moptilities, 
>> which requires STANDARD-READER-METHOD, which ECL still doesn't have. 
>> Is this correct, Pascal, or should S-R-M be there, and I've got 
>> something wrong elsewhere?
>
> This is correct, standard-accessor-method and its subclasses are not 
> available. Maybe you can just define them by saying (defclass 
> c2mop::standard-accessor-method (standard-method) ()), etc., export 
> standard-accessor-method, etc., from c2mop, and then see if you get 
> farther than before.

Yep, that worked. I had to do the same for EQL-SPECIALIZER to get 
through Moptilities. I've got another problem with CL-Containers now, 
but it appears to be non-MOP related :)





More information about the ecl-devel mailing list