r11447: major reworking of mop internals to support OpenMCL.
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 4 Jan 2007 18:12:57 +0000 (18:12 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 4 Jan 2007 18:12:57 +0000 (18:12 +0000)
commit4daae1a3c91e61b3df8fd87d419391b57e2914df
treea6328815aea6aa9adda3767a68fea47de5a5073d
parent90c2e4c13bd89c48de9fe0da126547447b7b9e01
r11447: major reworking of mop internals to support OpenMCL.
Now, rather than doing all computation at the time of finalize-inheritance, certain slot processing is done via
shared-initialize so that slots (like user-name) always have a valid value. Otherwise, OpenMCL would complain slot was
invalid at time of instance creation, before finalize inheritance.
mop.lisp
tests.lisp
views.lisp