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