New function SB-EXT:ASSERT-VERSION->=
[sbcl.git] / contrib / sb-simple-streams / TODO
1 -*- text -*-
2
3 - Implement & test read-sequence, write-sequence for (un)signed-8 vectors
4
5 - Eliminate consing in sc-read-chars-ef
6
7 - Make reader work with simple-streams
8
9 - external format handling: load aliases, load formats, etc.
10
11 - Handle writing beyond the end of a mapped-simple-stream properly
12
13 - handle device-file-position for mapped streams
14
15 - Test write-octets / read-octets handling of encapsulated streams
16
17 - handle ansi-streams in write-octets / read-octets?
18
19 - Implement socket-base-simple-stream and chunked transfer encoding.
20
21 - Test string streams.
22
23 - Make sure the code examples for stream encapsulation from Franz work
24
25 - Test every single output function
26
27 - Test character position (slot charpos)
28
29 - make pathname work for simple-streams
30
31 - test :abort argument to close (should revert to original file)
32