archimag / cl-closure-template

Common Lisp implementation of Google's Closure Templates.
Other
71 stars 23 forks source link

Make sure the generated package doesn't :use :cl. #35

Closed ruricolist closed 9 years ago

ruricolist commented 9 years ago

Under Clozure, it is impossible to have a template named atom, because in Clozure packages inherit from :cl unless specifically told not to.

This pull request adds a :use () argument to make-package to make sure the generated package is empty.