3 Nov 2008 16:16
output-stream-sequence-length
Takehiko Abe <keke <at> gol.com>
2008-11-03 15:16:37 GMT
2008-11-03 15:16:37 GMT
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.
RSS Feed