vydd / sketch

A Common Lisp framework for the creation of electronic art, visual design, game prototyping, game making, computer graphics, exploration of human-computer interaction, and more.
MIT License
1.4k stars 67 forks source link

Fix/warnings on asdf load #26

Closed cbaggers closed 6 years ago

cbaggers commented 6 years ago

Reorder and declare in a few places to get rid of warnings on sbcl.

running (asdf:load-system :sketch :force t :verbose t) will still give lots of style warnings but they are in the dependencies, not in sketch AFAICT