Skip to content
Snippets Groups Projects
Commit 0a311c7a authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Make asdf/contrib/debug-plan loadable as system

And add more debug information.
parent da7505a8
No related branches found
No related tags found
No related merge requests found
(defpackage :asdf/contrib/plan (:use :cl)) ;; dummy, for use as package-inferred-system
(in-package :asdf/plan)
;; NB: Whenever compute-action-stamp is changed, this file must be updated
......@@ -45,7 +47,7 @@
(action-path (make-action do dc))))
status)
(t
(DBG "compute-action-stamp: forced by out of date dependency" (action-path (make-action o c)) action-status)
(DBG "compute-action-stamp: forced by out of date dependency" (action-path (make-action o c)) (action-path (make-action do dc)) action-status)
(return (values nil nil))))))
+status-good+))
(dep-stamp (status-stamp dep-status)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment