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

Template functionality: replace system and application anywhere #32

Closed
wants to merge 1 commit into from

Conversation

equwal
Copy link
Contributor

@equwal equwal commented Jan 7, 2020

Any .*system.*.asd or .*.application.*.lisp file will be replaced with the
name. So application-tests.lisp becomes projectname-tests.lisp. Does not change
the default template functionality at all.

Tests:

(template-pathname->output-name "application-tests.lisp" "asdf")
 ;; => #P"asdf-tests.lisp"

(template-pathname->output-name "system-tests.asd" "asdf")
 ;; => #P"asdf-tests.asd"

Resolves #21

Any .*system.*.asd or .*.application.*.lisp file will be replaced with the
name. So application-tests.lisp becomes projectname-tests.lisp. Does not change
the default template functionality at all.

Resolves xach#21
@equwal equwal force-pushed the rename-application branch from 1b5e79e to 95394ab Compare January 7, 2020 21:12
@equwal equwal mentioned this pull request Jan 7, 2020
@equwal
Copy link
Contributor Author

equwal commented May 11, 2024

closing for no reason

@equwal equwal closed this May 11, 2024
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.

rename more files
1 participant