diff --git a/parse-defsystem.lisp b/parse-defsystem.lisp index 52ac0ecd8e4add528a1db42f7c85a98f49cca590..0d6810377b428be413a3e576f6217b4349bff355 100644 --- a/parse-defsystem.lisp +++ b/parse-defsystem.lisp @@ -391,7 +391,7 @@ children.")) ;; the following are all systems that Stas Boukarev maintains and refuses to fix, ;; hoping instead to make my life miserable. Instead, I just make ASDF ignore them. (defparameter* *known-systems-with-bad-secondary-system-names* - (list-to-hash-set '("cl-ppcre" "cl-interpol"))) + (list-to-hash-set '("cl-ppcre" "cl-interpol" "flexi-streams"))) (defun known-system-with-bad-secondary-system-names-p (asd-name) ;; Does .asd file with name ASD-NAME contain known exceptions ;; that should be screened out of checking for BAD-SYSTEM-NAME?