Ok, it works in the 7.0 vm. I opened the ticket again in order that we do not forget the fix for 6.1 https://pharo.fogbugz.com/f/cases/20156/OSPlatform-current-returns-a-MacOSPl... <https://pharo.fogbugz.com/f/cases/20156/OSPlatform-current-returns-a-MacOSPl...> Norbert
Am 06.07.2017 um 14:29 schrieb Norbert Hartl <norbert@hartl.name>:
Ok, then it is a regression because I downloaded vm and image freshly before trying
thanks,
Norbert
Am 06.07.2017 um 14:15 schrieb Alistair Grant <akgrant0710@gmail.com>:
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