[Haskell] Re: Streams 0.1e released

Bulat Ziganshin bulat.ziganshin at gmail.com
Thu Jun 8 12:51:59 EDT 2006


Hello Aaron,

Thursday, June 8, 2006, 7:58:46 PM, you wrote:

>> I released Streams library version 0.1e. Changes are:
>>
>> - Fixed bug: "openFD name WriteMode" don't truncated files on unixes

> How's about adding an "AppendMode" that doesn't truncate, but leaving
> "WriteMode" as truncating?

library supports all the variants of IOMode  - ReadMode, WriteMode,
AppendMode, ReadWriteMode. it was just a bug that "openFD WriteMode"
was not truncating files as "openFile WriteMode" does

... seems that just my English is wrong?


-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Haskell mailing list