[Pharo-project] Summary with UUID not so unique.
Hi guys. Can someone do a summary of the problem of UUID not so unique? because I have been bitten again. In my image, primMakeUUID is still calling the primitive: primMakeUUID <primitive: 'primitiveMakeUUID' module: 'UUIDPlugin'> UUIDGenerator default generateBytes: self forVersion: 4. By my VM is still broken with this aspect. So....how should we deal with it? a) Change/Commmit/Integrate this: primMakeUUID UUIDGenerator default generateBytes: self forVersion: 4. b) there are new Cog VMs somewhere that I can use with this problem fixed? Thanks -- Mariano http://marianopeck.wordpress.com
On Mon, Aug 8, 2011 at 1:13 AM, Mariano Martinez Peck <marianopeck@gmail.com
wrote:
Hi guys. Can someone do a summary of the problem of UUID not so unique? because I have been bitten again. In my image, primMakeUUID is still calling the primitive:
primMakeUUID <primitive: 'primitiveMakeUUID' module: 'UUIDPlugin'> UUIDGenerator default generateBytes: self forVersion: 4.
By my VM is still broken with this aspect. So....how should we deal with it?
Update your VM.
a) Change/Commmit/Integrate this:
primMakeUUID UUIDGenerator default generateBytes: self forVersion: 4.
b) there are new Cog VMs somewhere that I can use with this problem fixed?
Yes. See http://www.mirandabanda.org/files/Cog/VM/VM.r2485/
Thanks
-- Mariano http://marianopeck.wordpress.com
-- best, Eliot
On 8 August 2011 20:29, Eliot Miranda <eliot.miranda@gmail.com> wrote:
On Mon, Aug 8, 2011 at 1:13 AM, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
Hi guys. Can someone do a summary of the problem of UUID not so unique? because I have been bitten again. In my image, primMakeUUID is still calling the primitive:
primMakeUUID Â Â Â <primitive: 'primitiveMakeUUID' module: 'UUIDPlugin'> Â Â Â UUIDGenerator default generateBytes: self forVersion: 4.
By my VM is still broken with this aspect. So....how should we deal with it?
Update your VM.
+1 and run UUID tests which actually has test case which detecting this problem.
a) Change/Commmit/Integrate  this:
primMakeUUID Â Â Â UUIDGenerator default generateBytes: self forVersion: 4.
b) there are new Cog VMs somewhere that I can use with this problem fixed?
Yes.  See  http://www.mirandabanda.org/files/Cog/VM/VM.r2485/
or one of those: https://ci.lille.inria.fr/pharo/view/Cog/ :) -- Best regards, Igor Stasenko AKA sig.
participants (3)
-
Eliot Miranda -
Igor Stasenko -
Mariano Martinez Peck