From: William Harold Newman Date: Sun, 1 Sep 2002 21:49:02 +0000 (+0000) Subject: 0.7.7.8: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=6e64d0c249f53f4d41fd7a75f80dfd10a1c89f06;hp=6e64d0c249f53f4d41fd7a75f80dfd10a1c89f06;p=sbcl.git 0.7.7.8: merged APD bug 122 patch (sbcl-devel 2002-08-30) Tweak seq.impure.lisp test more or less along the lines of APD's explanation of the pathname problem. (SUBSEQ is FLUSHABLE, and validly so. The old test bogusly relied on it not being flushed and/or the compiler not being infernally clever about type inference.) ---