On 8 August 2011 20:29, Eliot Miranda <[email protected]> wrote: > > > On Mon, Aug 8, 2011 at 1:13 AM, Mariano Martinez Peck > <[email protected]> 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.
