Hi
I have tried to use the newer version of asdf (been using 1.x for long time).
I put in
(asdf:initialize-source-registry (list :source-registry (list :tree #P"C:/git/") :inherit-configuration))
(asdf:initialize-output-translations (list :output-translations (list "C:/temp/.fasl/") :inherit-configuration ))
I like all of my fasls to go under appropriate subdirs of C:/temp/.fasl/ But, they are all going to c:/Users/Antony/AppData/Roaming/common-lisp/cache...
I do not want to create any config files.
What code would do that.
-Antony