eudoxia0 / lucerne

A web framework for Common Lisp, built on Clack
http://borretti.me/lucerne/
142 stars 19 forks source link

Fix skeleton:make-project for sbcl. #15

Closed NightBlues closed 8 years ago

NightBlues commented 8 years ago

I've tried to run (lucerne.skeleton:make-project) with sbcl and found following troubles:

  1. Because of line-buffering the "wizard" waits for answer and then asks a question.
  2. If i just press return on question "Dependencies (e.g. 'drakma, quri, clack')" i get in my-app.asd following bug:

    :depends-on (:lucerne
                :)
  3. forgotten (annot:enable-annot-syntax)

Thanks for such pretty framework:)

eudoxia0 commented 8 years ago

Thanks!