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