Is #openFileStream:writable: used ?
Hi, Both FileSystem and FileSystemStore (and its subclasses DiskStore and MemoryStore) implement #openFileStream:writable: However, there are no users and putting a breakpoint there does not trigger when reading/writing files. Candidate for removal or not ? Sven
On Wed., 9 May 2018, 12:03 Sven Van Caekenberghe, <sven@stfx.eu> wrote:
Hi,
Both FileSystem and FileSystemStore (and its subclasses DiskStore and MemoryStore) implement #openFileStream:writable:
However, there are no users and putting a breakpoint there does not trigger when reading/writing files.
Candidate for removal or not ?
Sven
I think so (well, deprecate at least). I'd also suggest deprecating FileReference>>openWritable: which is currently broken - it returns an unopened FileHandle. Cheers, Alistair (on phone)
participants (2)
-
Alistair Grant -
Sven Van Caekenberghe