[closer-devel] acl 8.0 + funcallable-standard-class metaclass

Nick Allen nallen05 at gmail.com
Sun Sep 9 20:07:47 UTC 2007


On 9/9/07, Pascal Costanza <pc at p-cos.net> wrote:
> Consider calling the following code beforehand:
>
> (unless (class-finalized-p (find-class 'standard-object))
>    (finalize-inheritance (find-class 'standard-object)))
>
> The CLOS MOP explicitly allows for finalization errors to occur
> before the first instance of a class is created. As far as I know,
> Allegro is the only implementation that takes advantage of this,
> that's why one rarely comes across this problem.

thanks, you nailed it. I don't know why I didn't see that before! I'll
include this in my code

cheers

Nick



More information about the closer-devel mailing list