Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
asdf
asdf
Commits
56d0b8ba
Commit
56d0b8ba
authored
Mar 27, 2017
by
Francois-Rene Rideau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make asdf/contrib/debug-plan loadable as system
And add more debug information.
parent
d3ce9760
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
contrib/debug-plan.lisp
contrib/debug-plan.lisp
+3
-1
No files found.
contrib/debug-plan.lisp
View file @
56d0b8ba
(
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