You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 generatepackage.lisp
and(#| TMPL_VAR name |#).lisp
. However quickproject generatespackage.lisp
andapplication.lisp
, which makes asdf signal an error. Also the comment inapplication.lisp
is;;;; (#| TMPL_VAR name |#).lisp
. I always renameapplication.lisp
to the project name.Is this expected behavior? I find it little strange to manually change a filename generated by a skeleton.
The text was updated successfully, but these errors were encountered: