···265265 (cond266266 (source-file267267 (loop :for system-name :being :the :hash-keys :of asdf/find-system::*registered-systems* :do268268- (when (and (parasitic-relationship-p system system-name)268268+ ; for an unclear reason, a literal 0 which is not a key in the hash table gets observed269269+ (when (and (gethash system-name asdf/find-system::*registered-systems*)270270+ (parasitic-relationship-p system system-name)269271 (not (blacklisted-parasite-p system-name)))270272 (found-new-parasite system-name)271273 (let ((*track-dependencies* t))