0.8.3.18:
[sbcl.git] / contrib / sb-simple-streams / TODO
index 0d4eb4c..1cd368f 100644 (file)
@@ -1,12 +1,22 @@
 -*- text -*-
 
-- Writing beyond the end of a mapped-simple-stream is funky; arguably,
-  it should signal an error.
+- Test writing beyond the end of a mapped-simple-stream
 
-- write-octets / read-octets handling of encapsulated streams is
-  untested.
+- Test write-octets / read-octets handling of encapsulated streams
+
+- handle ansi-streams in write-octets / read-octets
 
 - Implement socket-base-simple-stream and chunked transfer encoding.
 
-- Implement string streams.
+- Implement / test string streams.
+
+- Make sure the code examples for stream encapsulation from Franz work
+
+- Test every single output function
+
+- Handle character position (slot charpos)
+
+- make file-position work for non-file streams, where applicable
+
+- make pathname work for simple-streams