asdf: 3.2.0 -> 3.3.0

This commit is contained in:
Michael Raskin
2017-11-11 15:31:24 +01:00
parent 254701d402
commit cd06d23ccb
2 changed files with 5 additions and 5 deletions

View File

@@ -264,7 +264,7 @@ parasitic systems will be tracked."
(source-file (asdf:system-source-file asdf-system)))
(cond
(source-file
(loop :for system-name :being :the :hash-keys :of asdf/find-system:*defined-systems* :do
(loop :for system-name :being :the :hash-keys :of asdf/find-system::*registered-systems* :do
(when (and (parasitic-relationship-p system system-name)
(not (blacklisted-parasite-p system-name)))
(found-new-parasite system-name)