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

Fix debian bug#762436: :default-registry was broken in ASDF 3.1.

Test case: at the make load REPL, evaluate
(initialize-source-registry '(:source-registry :default-registry :ignore-inherited-configuration))
parent cfe13ec4
No related branches found
No related tags found
No related merge requests found
...@@ -241,7 +241,8 @@ after having found a .asd file? True by default.") ...@@ -241,7 +241,8 @@ after having found a .asd file? True by default.")
((:also-exclude) ((:also-exclude)
(appendf *source-registry-exclusions* rest)) (appendf *source-registry-exclusions* rest))
((:default-registry) ((:default-registry)
(inherit-source-registry '(default-source-registry) :register register)) (inherit-source-registry
'(default-user-source-registry default-system-source-registry) :register register))
((:inherit-configuration) ((:inherit-configuration)
(inherit-source-registry inherit :register register)) (inherit-source-registry inherit :register register))
((:ignore-inherited-configuration) ((:ignore-inherited-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