Issue 4980 in pharo: UUID>>< has a halt

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

Issue 4980 in pharo: UUID>>< has a halt

pharo
Status: Accepted
Owner: [hidden email]
CC: [hidden email]

New issue 4980 by [hidden email]: UUID>>< has a halt
http://code.google.com/p/pharo/issues/detail?id=4980

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

       
        1 to: self size do: [:i |
                Transcript show: (self at: i).
                Transcript show: ' '.
                (aMagnitude at: i) logCr.
                self halt.
                (self at: i) < (aMagnitude at: i) ifTrue: [^true]].
        ^false.

UUIDPrimitesTest>>testComparison don't finish and
if you remove this debugging lines, the test will fail.
i don't know if it related to issue 4974.



_______________________________________________
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 4980 in pharo: UUID>>< has a halt

pharo

Comment #1 on issue 4980 by [hidden email]: UUID>>< has a halt
http://code.google.com/p/pharo/issues/detail?id=4980

Pharo1.4a
Latest update: #14219

it seems that issue 4974 was not integrated. if you do, test will succeed.


_______________________________________________
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 4980 in pharo: UUID>>< has a halt

pharo
Updates:
        Labels: Type-FailingTest Milestone-1.4

Comment #2 on issue 4980 by [hidden email]: UUID>>< has a halt
http://code.google.com/p/pharo/issues/detail?id=4980

(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 4980 in pharo: UUID>>< has a halt

pharo
Updates:
        Status: FixToInclude

Comment #3 on issue 4980 by [hidden email]: UUID>>< has a halt
http://code.google.com/p/pharo/issues/detail?id=4980

Yes probably my mistake.... We should revert the previous version of the  
method.


_______________________________________________
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 4980 in pharo: UUID>>< has a halt

pharo
Updates:
        Status: Integrated

Comment #4 on issue 4980 by [hidden email]: UUID>>< has a halt
http://code.google.com/p/pharo/issues/detail?id=4980

reverted in 14224, opened the other entry again


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