From 10f329e5b45f964d5f503a74ab9efa6fe049750d Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <fare@tunes.org> Date: Sun, 26 Mar 2017 22:18:03 -0400 Subject: [PATCH] Nicer message when an operation doesn't propagate --- action.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.lisp b/action.lisp index 76d4951f0..d0c9e5df3 100644 --- a/action.lisp +++ b/action.lisp @@ -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." (uiop/version::notify-deprecated-function (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) ,@(when (typep c 'parent-component) (downward-operation-depends-on o c)))) -- GitLab