kennytilton / cells

A Common Lisp implementation of the dataflow programming paradigm
211 stars 20 forks source link

Warnings with SBCL #2

Open Guthur opened 10 years ago

Guthur commented 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

cbaggers commented 8 years ago

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