From 741f431e4dea0f7370fe1223905d7debafb9e8bf Mon Sep 17 00:00:00 2001 From: Eric Timmons Date: Sun, 9 Jan 2022 11:58:13 -0500 Subject: [PATCH] Add flexi-streams to *known-systems-with-bad-secondary-system-names* See https://github.com/edicl/flexi-streams/issues/25 --- parse-defsystem.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse-defsystem.lisp b/parse-defsystem.lisp index 52ac0ecd8..0d6810377 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? -- GitLab