Loading client/asdf.lisp +4 −1 Original line number Diff line number Diff line Loading @@ -135,7 +135,10 @@ recursion." (install-without-dependencies-and-reload-config () :report "Attempt to install the system without dependencies and try again." :test (lambda (c) (declare (ignore c)) (not (context-bundle-p active-context))) (%install t)))) (%install t)) (continue () :report "Return control to ASDF, doing nothing." nil))) ((nil) nil)))) Loading Loading
client/asdf.lisp +4 −1 Original line number Diff line number Diff line Loading @@ -135,7 +135,10 @@ recursion." (install-without-dependencies-and-reload-config () :report "Attempt to install the system without dependencies and try again." :test (lambda (c) (declare (ignore c)) (not (context-bundle-p active-context))) (%install t)))) (%install t)) (continue () :report "Return control to ASDF, doing nothing." nil))) ((nil) nil)))) Loading