Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix skeleton:make-project for sbcl. #15

Merged
merged 1 commit into from Nov 29, 2015

Conversation

NightBlues
Copy link
Contributor

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 added a commit that referenced this pull request Nov 29, 2015
Fix skeleton:make-project for sbcl.
@eudoxia0 eudoxia0 merged commit 0122f8f into eudoxia0:master Nov 29, 2015
@eudoxia0
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants