Is Smalltalk>>#vmVersion correct?

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

Is Smalltalk>>#vmVersion correct?

Chris Muller-3
 
I thought I was running the new VM, but I'm getting  'Squeak3.10.2 of
''5 June 2008'' [latest update: #7179]'.

Has this been updated in the VM or do I have a problem?
Reply | Threaded
Open this post in threaded view
|

Re: Is Smalltalk>>#vmVersion correct?

Chris Muller-3

Linux VM.

On Tue, Mar 16, 2010 at 12:07 PM, Chris Muller <[hidden email]> wrote:
> I thought I was running the new VM, but I'm getting  'Squeak3.10.2 of
> ''5 June 2008'' [latest update: #7179]'.
>
> Has this been updated in the VM or do I have a problem?
>
Reply | Threaded
Open this post in threaded view
|

Re: Is Smalltalk>>#vmVersion correct?

johnmci
In reply to this post by Chris Muller-3

That only describes what version of the image was used to build the VM slang code.
It is at best misleading.

The macintosh VM will answer
'Squeak3.8.1 of ''28 Aug 2006'' [latest update: #6747] Squeak VM 4.2.3b1'
Since we also pull the CFBundleShortVersionString from the info.plist for the app, which can be altered by the user.
The fact the latest VMMaker code is loaded into a 3.8.1 image from Aug of 2006 is quite misleading and meaningless for the question I think you are asking?

Perhaps you might try  
SmalltalkImage current getSystemAttribute: 1006
'Mac Carbon 4.2.3b1 13-Mar-10 >551DCCD5-0515-4A91-9316-73DCCB7E7C66<'
and see what that says?

Also see
http://isqueak.org/getAttributeIntoLength


On 2010-03-16, at 10:07 AM, Chris Muller wrote:

>
> I thought I was running the new VM, but I'm getting  'Squeak3.10.2 of
> ''5 June 2008'' [latest update: #7179]'.
>
> Has this been updated in the VM or do I have a problem?

--
===========================================================================
John M. McIntosh <[hidden email]>   Twitter:  squeaker68882
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
===========================================================================