#264: abcl-asdf.asd broken since revision 14233 --------------------------------------------+------------------------------- Reporter: https://openid.fau.de/eg74yneg | Owner: mevenson Type: defect | Status: new Priority: major | Milestone: Component: abcl-contrib | Version: 1.1.0-dev Keywords: | --------------------------------------------+-------------------------------
Comment(by https://openid.fau.de/eg74yneg):
{{{ Index: contrib/abcl-asdf/abcl-asdf.asd =================================================================== --- contrib/abcl-asdf/abcl-asdf.asd (revision 14239) +++ contrib/abcl-asdf/abcl-asdf.asd (working copy) @@ -19,7 +19,7 @@
(asdf:defsystem :abcl-asdf-test :author "Mark Evenson" - :defsystem-depends-on (abcl abcl-test-lisp abcl-asdf) + :defsystem-depends-on (abcl-asdf) :components ((:module tests :serial t :components ((:file "example") (:file "maven") }}} and it works again here