[Bese-devel] make-load-form

Ian Eslick eslick at csail.mit.edu
Sun Dec 11 19:29:22 UTC 2005


The call to class-slots in make-load-form fails under Allegro CL 7.0 due 
to finalize-inheritance not being called on application-form.  This 
appears to be a problem that only shows up in the Allegro MOP.

I added a call to finalize just before the call to class-slots to ensure 
finalization since, ostensibly, the class heirarchy is in fact 
completely defined when you start using walk-form.  Not sure exactly why 
it isn't called beforehand but wanted to provide a heads up on that.

Ian



More information about the bese-devel mailing list