We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nil
Given an empty file somefile, the following returns nil instead of an empty instance of ByteArray.
somefile
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.
String
The change is caused because of #106
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given an empty file
somefile
, the following returnsnil
instead 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
The text was updated successfully, but these errors were encountered: