joaotavora / snooze

Common Lisp RESTful web development
207 stars 22 forks source link

Special variables are used before being declared special #17

Open pfdietz opened 5 years ago

pfdietz commented 5 years ago

A number of special variables are being declared special in api.lisp (catch-errors, etc.). However, they are used before that file is loaded. This use is not standard compliant, and produces warnings under sbcl.

joaotavora commented 5 years ago

Indeed a point of improvement, if minor. Make a PR declaring them in some existing or new file loaded before common.lisp and submit here for discussion.