Ticket #640 (new defect)
Opened 2 years ago
FINALIZE-INHERITANCE not being invoked in REINITIALIZE-INSTANCE for finalized classes
| Reported by: | wadsworth | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | other | Version: | 1.4 |
| Keywords: | Cc: |
Description
A reading of the AMOP specification indicates that:
"If the class metaobject was finalized before the call to reinitialize-instance, finalize-inheritance will be called again once all the initialization arguments have been processed and associated with the class metaobject."
Currently, redefining a class does not cause finalize-inheritance to be invoked.
Note: See
TracTickets for help on using
tickets.
