Hi Slava, Hi Factor List, I noticed a place in my unit tests where a string-stream doesn't behave like file-stream: disposing a string-stream still allows you to read from it.
Having a look at the underlying implementation I was wondering whether having a growable's dispose function set the underlying length to 0 would cause any problems in other code? BTW, the bug was in my csv code where csv-row was using with-input-stream rather than with-input-stream*, fix is in my git repo: git pull http://phildawes.net/2008/factor.git/ master Cheers, Phil ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
