From 1096d9310cb0e2a1383efba14bf61d6fd981e250 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <fare@tunes.org> Date: Mon, 18 Jan 2010 12:50:47 -0500 Subject: [PATCH] Handle exclude parameters in source-registry configuration. --- asdf.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/asdf.lisp b/asdf.lisp index 7042cb13..b76e5d27 100644 --- a/asdf.lisp +++ b/asdf.lisp @@ -2339,6 +2339,8 @@ with a different configuration, so the configuration would be re-read then." ((:tree) (destructuring-bind (pathname) rest (collect-asd-subdirectories pathname :collect collect))) + ((:exclude) + (setf *default-exclusions* rest)) ((:default-registry) (default-registry)) ((:inherit-configuration) -- GitLab