X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-simple-streams%2FTODO;h=1cd368f82d0b5888243f33cd313771317b5c5cab;hb=711f965c40c13172cbc4b4dd381e6f638a1d6c34;hp=2a9cd739e489045536736f18a7561cd8e929faad;hpb=59f1de77587818635573073a14ce80c2d398f56c;p=sbcl.git diff --git a/contrib/sb-simple-streams/TODO b/contrib/sb-simple-streams/TODO index 2a9cd73..1cd368f 100644 --- a/contrib/sb-simple-streams/TODO +++ b/contrib/sb-simple-streams/TODO @@ -1,15 +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 +