Open Guthur opened 10 years ago
The prog1 in defmodel causes warnings because the defclass is not as a top-level-form.
One solution would be to replace the prog1 with a progn then return the class at the end using (find-class ',class).
Cheers
This PR should help with that https://github.com/kennytilton/cells/pull/5
The prog1 in defmodel causes warnings because the defclass is not as a top-level-form.
One solution would be to replace the prog1 with a progn then return the class at the end using (find-class ',class).
Cheers