#264: abcl-asdf.asd broken since revision 14233 ---------------------------------------------+------------------------------ Reporter: https://openid.fau.de/eg74yneg | Owner: mevenson Type: defect | Status: closed Priority: major | Milestone: 1.1.0 Component: abcl-contrib | Version: 1.1.0-dev Resolution: fixed | Keywords: ---------------------------------------------+------------------------------ Changes (by mevenson):
* status: accepted => closed * resolution: => fixed
Comment:
(In [14240]) ABCL-ASDF loads again which fixes #264.
DEFSYSTEM-DEPENDS-ON loads its requirements before the system definition is evaluated which is not needed in this case.
The abcl-test-lisp ASDF definition is contained in the toplevel "abcl.asdf" file, which I usually have symlinked into ~/.asdf-install-dir/systems/ for convenience.