(:file "classes" :depends-on ("iodefs"))
(:file "internal" :depends-on ("classes"))
(:file "strategy" :depends-on ("internal"))
- (:file "impl" :depends-on ("internal" "fndb"))
+ (:file "impl" :depends-on ("internal" "fndb" "file" "string"))
(:file "file" :depends-on ("strategy"))
(:file "direct" :depends-on ("strategy"))
(:file "null" :depends-on ("strategy"))
(c (eql (find-system :sb-simple-streams-tests))))
(or (funcall (intern "DO-TESTS" (find-package "SB-RT")))
(error "test-op failed")))
-
-
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8.20.24"
+"0.8.20.25"