Issue 4974 in pharo: better UUID comparison

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

Issue 4974 in pharo: better UUID comparison

pharo
Status: NoSourcesAvailable
Owner: [hidden email]
Labels: Milestone-1.4

New issue 4974 by [hidden email]: better UUID comparison
http://code.google.com/p/pharo/issues/detail?id=4974

< aMagnitude
        "Answer whether the receiver is less than the argument."

        (self size = aMagnitude size) ifFalse: [
                ^ self size < aMagnitude size ].
        1 to: self size do: [:i |
                (self at: i) = (aMagnitude at: i) ifFalse: [
                        ^ (self at: i) < (aMagnitude at: i) ]].
        ^false.


+ test to be written


|a b|
a := UUID fromString: '0608b9dc-02e4-4dd0-9f8a-ea45160df641'.
b := UUID fromString: 'e85ae7ba-3ca3-4bae-9f62-cc2ce51c525e'.
(a > b) = (b > a)




_______________________________________________
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 4974 in pharo: better UUID comparison

pharo
Updates:
        Status: closed

Comment #1 on issue 4974 by [hidden email]: better UUID comparison
http://code.google.com/p/pharo/issues/detail?id=4974

in 14217


_______________________________________________
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 4974 in pharo: better UUID comparison

pharo
Updates:
        Status: FixReviewNeeded

Comment #2 on issue 4974 by [hidden email]: better UUID comparison
http://code.google.com/p/pharo/issues/detail?id=4974

not integrated yet


_______________________________________________
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 4974 in pharo: better UUID comparison

pharo
Updates:
        Labels: Type-Feature

Comment #3 on issue 4974 by [hidden email]: better UUID comparison
http://code.google.com/p/pharo/issues/detail?id=4974

(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 4974 in pharo: better UUID comparison

pharo

Comment #4 on issue 4974 by [hidden email]: better UUID comparison
http://code.google.com/p/pharo/issues/detail?id=4974

I added a test and file in the changes.
Everything is running :)

Attachments:
        SLICE-Issue-4974-better-UUID-comparison-EstebanLorenzano.1.mcz  9.8 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 4974 in pharo: better UUID comparison

pharo
Updates:
        Status: FixToInclude

Comment #5 on issue 4974 by [hidden email]: better UUID comparison
http://code.google.com/p/pharo/issues/detail?id=4974

thanks esteban
did you publish the files in the inbox?


_______________________________________________
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 4974 in pharo: better UUID comparison

pharo

Comment #6 on issue 4974 by [hidden email]: better UUID comparison
http://code.google.com/p/pharo/issues/detail?id=4974

yes, it is on PharoInbox


_______________________________________________
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 4974 in pharo: better UUID comparison

pharo
Updates:
        Status: Integrated

Comment #7 on issue 4974 by [hidden email]: better UUID comparison
http://code.google.com/p/pharo/issues/detail?id=4974

in 14234


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