Finding out from where the .asd was loaded and/or referencing a non-executable data file

Robert Dodier robert.dodier at gmail.com
Fri Mar 16 19:18:06 UTC 2018


On Fri, Mar 16, 2018 at 11:05 AM, Lucien P <drurowin at gmail.com> wrote:

> ASDF will put your static file into the FASL location without touching it
> then you can find it to load using ASDF:FIND-COMPONENT. One of the
> component's slots will have the pathname of the "compiled" file in it, you
> don't have to use *LOAD-TRUENAME*.

Hmm, examining the cache after running ASDF, I don't see the static
files there. But I think using the component slot to get the file
location is promising, I will give that a try.

best,
Robert Dodier



More information about the asdf-devel mailing list