Closed Leon-Focker closed 8 months ago
As the .asd now depends on cl-ppcre
, try to remove (uncomment) (sc::import-ppcre)
wherever it is defined (didn't check).
Currently import-ppcre is defined in utilities and called in all.lsp Since all.lsp is ignored when using the .asd, we might leave everything as is for now?
This sounds sane. I'd suggest adding a note in the header comment mentioning that this file is not relevant when using asdf.
As import-ppcre is only used in all.lsp I've taken it out of utilities.lsp and put it in all.lsp instead.
Hell, I've also removed the cm-2.6.0 folder.
All tests passing. Closing.
When using asdf to manage the slippery-chicken system, the workaround for automatically cloning ppcre (see 41906ba) could be reverted to using asdf.