>>>>> "Raymond" == Raymond Toy <[EMAIL PROTECTED]> writes:
Raymond> I think we should make EXT:READ-VECTOR work the same as
Raymond> STREAM:READ-VECTOR, especially since EXT:READ-VECTOR is
significantly
Raymond> faster (order of magnitude or more) than STREAM:READ-VECTOR.
I've modified this so that ext:read-vector works in this case.
However, this change also means that read-sequence no longer signals
errors if you, say, read characters into an (unsigned-byte 8)
simple-array.
Should we still signal such errors? (We still signal such errors if
the array is not a specialized array.)
Ray