Given an empty file somefile, the following returns nil instead of an empty instance of ByteArray.
GRPlatform current contentsOfFile: 'somefile' binary: true
This is not consistent with text files (which return an empty instance of String), nor with previous Pharo versions.
The change is caused because of #106
Given an empty file
somefile, the following returnsnilinstead of an empty instance ofByteArray.This is not consistent with text files (which return an empty instance of
String), nor with previous Pharo versions.The change is caused because of #106