DalekBaldwin / check-it

Randomized specification-based testing for Common Lisp. Available through Quicklisp.
51 stars 10 forks source link

Handle structs more cleanly #7

Open DalekBaldwin opened 9 years ago

DalekBaldwin commented 9 years ago

Reference: http://stackoverflow.com/questions/30030304/in-allegro-cl-and-abcl-can-i-construct-a-struct-given-only-its-type-name

Also, if a struct's slots are declared with (Lisp) type specifications, check-it should coerce sub-generators' values to fit them.