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

Handle exclude parameters in source-registry configuration.

parent 31e0d6bd
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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