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

Nicer message when an operation doesn't propagate

parent 8754a8f9
No related branches found
No related tags found
No related merge requests found
...@@ -307,7 +307,7 @@ The class needs to be updated for ASDF 3.1 and specify appropriate propagation m ...@@ -307,7 +307,7 @@ The class needs to be updated for ASDF 3.1 and specify appropriate propagation m
don't. In the future this functionality will be removed, and the default will be no propagation." don't. In the future this functionality will be removed, and the default will be no propagation."
(uiop/version::notify-deprecated-function (uiop/version::notify-deprecated-function
(version-deprecation *asdf-version* :style-warning "3.2") (version-deprecation *asdf-version* :style-warning "3.2")
'backward-compatible-depends-on) `(backward-compatible-depends-on :for-operation ,o))
`(,@(sideway-operation-depends-on o c) `(,@(sideway-operation-depends-on o c)
,@(when (typep c 'parent-component) (downward-operation-depends-on o c)))) ,@(when (typep c 'parent-component) (downward-operation-depends-on o c))))
......
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