Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Hugo Ishimaru
asdf
Commits
0a311c7a
Commit
0a311c7a
authored
Mar 27, 2017
by
Francois-Rene Rideau
Browse files
Make asdf/contrib/debug-plan loadable as system
And add more debug information.
parent
da7505a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/debug-plan.lisp
View file @
0a311c7a
(
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
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment