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

Does not make main lisp file's name as project name #20

Open
goranmoomin opened this issue Dec 24, 2018 · 3 comments
Open

Does not make main lisp file's name as project name #20

goranmoomin opened this issue Dec 24, 2018 · 3 comments

Comments

@goranmoomin
Copy link

First, thanks for quickproject! I'm a newbie to CL and it's helpful to generate a skeleton with one command.
What I feel like a bug is that the system.asd file that quickproject generates seems quickproject should generate package.lisp and (#| TMPL_VAR name |#).lisp. However quickproject generates package.lisp and application.lisp, which makes asdf signal an error. Also the comment in application.lisp is ;;;; (#| TMPL_VAR name |#).lisp. I always rename application.lisp to the project name.
Is this expected behavior? I find it little strange to manually change a filename generated by a skeleton.

@cmstrickland
Copy link

Are you using CCL? I found this was true for me also, using CCL on linux. I patched the template name generator to pattern match differently

https://github.com/cmstrickland/quickproject/tree/cms/pathname-match-fix-ccl

@goranmoomin
Copy link
Author

@cmstrickland Yes, I use CCL. You should make a PR for the patch you made... thanks! :-)

Sent with GitHawk

@cmstrickland
Copy link

I made a PR from my changes. I'm sure there's probably a neater way to fix it - #23

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

No branches or pull requests

2 participants