July 6, 2017
12:15 p.m.
Hi Norbet, Take a look at: http://forum.world.st/Working-OSProcess-configuration-for-Pharo-6-release-pl... HTH, Alistair On 6 July 2017 at 14:06, Norbert Hartl <norbert@hartl.name> wrote:
Does anyone know when the output for
OSPlatform currentVersion
changed? In Pharo 4 I get
'1095'
and in pharo6 I get
'10.12.5'.
The determination if it is a OSX system or older is done by
currentVersion asNumber >= 1000
which changes behaviour because the currentVersion string has been changed. Is the output the one supposed to be?
Norbert