Branch: refs/heads/Cog
Home:
https://github.com/OpenSmalltalk/opensmalltalk-vm Commit: e58cec1e82b60535dbe666b511c1c2198f7921f9
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/e58cec1e82b60535dbe666b511c1c2198f7921f9 Author: Eliot Miranda <
[hidden email]>
Date: 2020-09-06 (Sun, 06 Sep 2020)
Changed paths:
M src/plugins/FileAttributesPlugin/FileAttributesPlugin.c
Log Message:
-----------
CogVM source as per FileAttributesPlugin.oscog-eem.56
Fix regression in FileAttributesPlugin>>primitiveFileMasks in Pharo images.
Only Squeak/Cuis can expect WordArray to be present in the specialObjectsArray.
Pharo is missing out on native support for the four widths of non-object arrays,
but that's its perogative, and the VM has to remain backward-compatible.
Mea culpa.