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
This could, however, pose a problem as executing such redefine would be considered alteration of the library cl-project. This would then mean that the program making the call would be required to be licensed under the LLGPL or another compatible license.
I'm not sure if this is the intended behavior as the user would then be only using their own templates.
Should there instead be key parameter that could be passed to the make-project function to avoid the redefinition.
The text was updated successfully, but these errors were encountered:
Currently as far as I know the skeleton directory must be provided by redefining it in
cl-project
and then calling themake-project
.(let ((cl-project:*skeleton-directory* my-skeleton-directory)) (cl-project:make-project params))
This could, however, pose a problem as executing such redefine would be considered alteration of the library
cl-project
. This would then mean that the program making the call would be required to be licensed under the LLGPL or another compatible license.I'm not sure if this is the intended behavior as the user would then be only using their own templates.
Should there instead be key parameter that could be passed to the
make-project
function to avoid the redefinition.The text was updated successfully, but these errors were encountered: