Also, when using SIXX with FSWriteStream, I had to add the non-ANSI #tab: method to FSWriteStream. There's probably a dozen calls to #tab: in the SIXX code. Should #tab: be added to FSWriteStream somehow? Maybe a non-ANSI streams extension package?
FLBufferedWriteStream>>sizeBuffer: calls #isBinary, which is not
currently implemented by FSWriteStream - probably because #isBinary is
not specified by ANSI. Is there a reason why the stream is not always
binary?
- [Pharo-project] Fuel version 1.4 uses #isBinary, and... Yanni Chiu
- Re: [Pharo-project] Fuel version 1.4 uses #isBi... Mariano Martinez Peck
- Re: [Pharo-project] Fuel version 1.4 uses #... Yanni Chiu
- Re: [Pharo-project] Fuel version 1.4 uses #... Martin Dias
- Re: [Pharo-project] Fuel version 1.4 us... Yanni Chiu
- Re: [Pharo-project] Fuel version 1.... Mariano Martinez Peck
