I'd suspect from MemoryFileSystemFile . Some time ago I worked with the memory
FileSystem and it was a bit buggy.

On Wed, Jul 1, 2015 at 2:09 PM, Christophe Demarey <
[email protected]> wrote:

> Hello,
>
> I tried to create an in-memory file as following:
> (MemoryFileSystemFile named: 'Foo')
>         writeStreamDo: [ :stream | stream nextPutAll: 'bar' ]
>
> Then I get an improper store into ByteArray. It looks like Character
> cannot be store in a byte array.
> I do not know if the bug is on the memory file system part or other.
> Any idea?
>
> Christophe

Reply via email to