Re: bug in clsql MOP usage? -- change-MOP-class forbidden
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]>
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
Kevin Rosenberg wrote: > - Calling CHANGE-CLASS on them - explicitly forbidden, Actually, it may be very easy to support CLISP. I have no idea what the AMOP book says about the following details. I've disabled the CHANGE-CLASS invocation for CLISP and it appears that CLISP automatically performs a CHANGE-CLASS. Testing with the forms in tests/test-init.lisp, and then looking at the slots in the person class instance, I see that the slot EXTRATERRESTRIAL is an instance of view-class-slot-definition rather than standard-effective-slot-definition. So, on first pass, looks like just a 6 character "#-clisp" change is required. Kevin