[OpenSmalltalk/opensmalltalk-vm] dc384c: On MacOS the minor version number needs to be prin...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OpenSmalltalk/opensmalltalk-vm] dc384c: On MacOS the minor version number needs to be prin...

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: dc384cdd1b3df1580af0329b8e9caac73c696866
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/dc384cdd1b3df1580af0329b8e9caac73c696866
  Author: Eliot Miranda <[hidden email]>
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
    M platforms/iOS/vm/OSX/sqSqueakOSXApplication+attributes.m

  Log Message:
  -----------
  On MacOS the minor version number needs to be printed with two characters
other wise Smalltalk getSystemAttribute: 1002 answers 110.1 on Big Sur 11.0
instead of 1100.1 as expected.