Issue 5149 in pharo: add line in comment of VirtualMachine class>>parameterAt:

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

Issue 5149 in pharo: add line in comment of VirtualMachine class>>parameterAt:

pharo
Status: Accepted
Owner: [hidden email]

New issue 5149 by [hidden email]: add line in comment of  
VirtualMachine class>>parameterAt:
http://code.google.com/p/pharo/issues/detail?id=5149

I added one line in the comment which comes from a message of Eliot on the  
mailing list.

Smalltalk vm parameterAt: 41  ---> 6505

6505 = Image version number (6505 means the Squeak V3 format with  
BlockClosure support (but _without_ BlockContext support).

cs attached

Attachments:
        VirtualMachine class-parameterAt.st  2.5 KB


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5149 in pharo: add line in comment of VirtualMachine class>>parameterAt:

pharo
Updates:
        Status: FixToInclude
        Labels: Milestone-1.4

Comment #1 on issue 5149 by [hidden email]: add line in comment of  
VirtualMachine class>>parameterAt:
http://code.google.com/p/pharo/issues/detail?id=5149

thanks luc


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5149 in pharo: add line in comment of VirtualMachine class>>parameterAt:

pharo

Comment #2 on issue 5149 by marianopeck: add line in comment of  
VirtualMachine class>>parameterAt:
http://code.google.com/p/pharo/issues/detail?id=5149

Luc, you can also implement

VirtualMachine class >> imageVersionNumber
        "Image version number (6505 means the Squeak V3 format with BlockClosure  
support (but _without_ BlockContext support)""
               
        ^ self parameterAt: 41


So then you can do Smalltalk vm imageVersionNumber



_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5149 in pharo: add line in comment of VirtualMachine class>>parameterAt:

pharo
Updates:
        Status: Closed

Comment #3 on issue 5149 by [hidden email]: add line in comment of  
VirtualMachine class>>parameterAt:
http://code.google.com/p/pharo/issues/detail?id=5149

in 14280.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker