[Pharo-project] Strange Smalltalk vmVersion
Hi john Smalltalk getSystemAttribute: 1004 returns 'Squeak3.8.1 of ''28 Aug 2006'' [latest update: #6747] Squeak VM 4.2.4b1' do you know how we can fix that? Stef
That's the version of the image with which the interpreter was generated. Adrian On Aug 3, 2010, at 18:50 , Stéphane Ducasse wrote:
Hi john
Smalltalk getSystemAttribute: 1004 returns 'Squeak3.8.1 of ''28 Aug 2006'' [latest update: #6747] Squeak VM 4.2.4b1'
do you know how we can fix that?
Stef
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
I will add a method comment! Stef On Aug 3, 2010, at 9:28 PM, Adrian Lienhard wrote:
That's the version of the image with which the interpreter was generated.
Adrian
On Aug 3, 2010, at 18:50 , Stéphane Ducasse wrote:
Hi john
Smalltalk getSystemAttribute: 1004 returns 'Squeak3.8.1 of ''28 Aug 2006'' [latest update: #6747] Squeak VM 4.2.4b1'
do you know how we can fix that?
Stef
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
http://isqueak.org/getAttributeIntoLength where indexNumber = 1004, return CFBundleShortVersionString and interpreterVersion Maybe you want 1006 indexNumber = 1006, return build string, which is say 'Mac Carbon 3.8.18b3 10-Apr-08 >DC0EAF5D-C46C-479D-B2A3-DBD4A2DF95A8<' Or what are you looking for? On 2010-08-03, at 12:49 PM, Stéphane Ducasse wrote:
I will add a method comment!
Stef
On Aug 3, 2010, at 9:28 PM, Adrian Lienhard wrote:
That's the version of the image with which the interpreter was generated.
Adrian
On Aug 3, 2010, at 18:50 , Stéphane Ducasse wrote:
Hi john
Smalltalk getSystemAttribute: 1004 returns 'Squeak3.8.1 of ''28 Aug 2006'' [latest update: #6747] Squeak VM 4.2.4b1'
do you know how we can fix that?
Stef
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- =========================================================================== John M. McIntosh <johnmci@smalltalkconsulting.com> Twitter: squeaker68882 Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com ===========================================================================
which one is useful? I had the impression that the 1006 clearly identify the vm Stef On Aug 4, 2010, at 12:15 AM, John M McIntosh wrote:
http://isqueak.org/getAttributeIntoLength
where indexNumber = 1004, return CFBundleShortVersionString and interpreterVersion
Maybe you want 1006 indexNumber = 1006, return build string, which is say 'Mac Carbon 3.8.18b3 10-Apr-08 >DC0EAF5D-C46C-479D-B2A3-DBD4A2DF95A8<'
Or what are you looking for?
On 2010-08-03, at 12:49 PM, Stéphane Ducasse wrote:
I will add a method comment!
Stef
On Aug 3, 2010, at 9:28 PM, Adrian Lienhard wrote:
That's the version of the image with which the interpreter was generated.
Adrian
On Aug 3, 2010, at 18:50 , Stéphane Ducasse wrote:
Hi john
Smalltalk getSystemAttribute: 1004 returns 'Squeak3.8.1 of ''28 Aug 2006'' [latest update: #6747] Squeak VM 4.2.4b1'
do you know how we can fix that?
Stef
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- =========================================================================== John M. McIntosh <johnmci@smalltalkconsulting.com> Twitter: squeaker68882 Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com ===========================================================================
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
Adrian Lienhard -
John M McIntosh -
Stéphane Ducasse