[Pharo-bugtracker] Issue 4046 in pharo: Integrate new primitive support (for image format & image segments)

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

[Pharo-bugtracker] Issue 4046 in pharo: Integrate new primitive support (for image format & image segments)

pharo
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4046 in pharo: Integrate new primitive support (for image format & image segments)

pharo
Updates:
        Labels: -Milestone-1.3 Milestone-1.4

Comment #1 on issue 4046 by [hidden email]: Integrate new primitive  
support (for image format & image segments)
http://code.google.com/p/pharo/issues/detail?id=4046

lets move this to 1.4


_______________________________________________
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 4046 in pharo: Integrate new primitive support (for image format & image segments)

pharo
Updates:
        Labels: -Milestone-1.4

Comment #2 on issue 4046 by [hidden email]: Integrate new primitive  
support (for image format & image segments)
http://code.google.com/p/pharo/issues/detail?id=4046

(No comment was entered for this change.)


_______________________________________________
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 4046 in pharo: Integrate new primitive support (for image format & image segments)

pharo
Updates:
        Status: Accepted

Comment #3 on issue 4046 by [hidden email]: Integrate new primitive  
support (for image format & image segments)
http://code.google.com/p/pharo/issues/detail?id=4046

(No comment was entered for this change.)


_______________________________________________
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 4046 in pharo: Integrate new primitive support (for image format & image segments)

pharo
Updates:
        Labels: Milestone-3.0

Comment #4 on issue 4046 by [hidden email]: Integrate new primitive  
support (for image format & image segments)
http://code.google.com/p/pharo/issues/detail?id=4046

(No comment was entered for this change.)


_______________________________________________
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 4046 in pharo: Integrate new primitive support (for image format & image segments)

pharo

Comment #5 on issue 4046 by [hidden email]: Integrate new primitive  
support (for image format & image segments)
http://code.google.com/p/pharo/issues/detail?id=4046

Most of the changes don't work in 2.0+

we might consider the following one:

imageFormatVersion
        "Answer an integer identifying the type of image. The image version number  
may
        identify the format of the image (e.g. 32 or 64-bit word size) or specific  
requirements
        of the image (e.g. block closure support required). This invokes an  
optional primitive
        that may not be available on all virtual machines."

        "Smalltalk image imageFormatVersion"

        <primitive: 'primitiveImageFormatVersion'>
        self notify: 'This virtual machine does not support the optional primitive  
#primitiveImageFormatVersion' translated.
        ^''

the other time related changes should be handled in a different issue

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

_______________________________________________
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 4046 in pharo: Integrate new primitive support (for image format & image segments)

pharo
Updates:
        Labels: MigratedToFogBugz

Comment #6 on issue 4046 by [hidden email]: Integrate new primitive  
support (for image format & image segments)
http://code.google.com/p/pharo/issues/detail?id=4046#c6

Issue migrated to https://pharo.fogbugz.com/f/cases/4093

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

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