cells icon indicating copy to clipboard operation
cells copied to clipboard

Warnings with SBCL

Open Guthur opened this issue 10 years ago • 1 comments

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

Guthur avatar Jul 23 '14 14:07 Guthur

This PR should help with that https://github.com/kennytilton/cells/pull/5

cbaggers avatar Sep 18 '16 15:09 cbaggers