5 ms·
I edited the comment to add some additional details. Am I not supposed to load or compile the contents of an `.asd` file?
by 147 4y ago
I edited the comment to add some additional details.
Am I not supposed to load or compile the contents of an `.asd` file?
- galdor 4y agoNo you do not have to. ASDF knows where to find your ASD files: https://asdf.common-lisp.dev/asdf.html#Configuring-ASDF-to-find-your-systems https://asdf.common-lisp.dev/asdf.html#Configuring-ASDF-to-f... Personally I use the (:tree (:home "dev/lisp")) form.
- 147 4y agoThanks a lot for this actually. I just gave it a shot and it seems to have been the piece I've been missing.
- aidenn0 4y agoYou can load the contents of a .asd file (this can be useful when developing on versions other than what you want in your ASDF search path). It is unnecessary outside of that use case though.
- vindarel 4y agoJust don't put a node_modules/ in there!