From keke at gol.com Mon Nov 3 15:16:37 2008 From: keke at gol.com (Takehiko Abe) Date: Tue, 04 Nov 2008 00:16:37 +0900 Subject: [flexi-streams-devel] output-stream-sequence-length Message-ID: <490F15D5.2080704@gol.com> flexi-streams-1.0.7 The simple-array type declaration in output-stream-sequence-length is wrong because the vector has fill-pointer and adjustable. (defmethod output-stream-sequence-length ((stream in-memory-output-stream)) (declare (optimize speed)) (with-accessors ((vector vector-stream-vector)) stream (length (the (simple-array * (*)) vector)))) regards, T.