[Mono-bugs] [Bug 78799][Wis] Changed - Missing operator == on Uri class
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Aug 1 08:10:26 EDT 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78799
--- shadow/78799 2006-08-01 07:02:28.000000000 -0400
+++ shadow/78799.tmp.7988 2006-08-01 08:10:26.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 78799
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: System
AssignedTo: mono-bugs at ximian.com
ReportedBy: tomas_matousek at hotmail.com
QAContact: mono-bugs at ximian.com
@@ -72,6 +72,16 @@
if (u1 == u2)
return true;
at the beginning of that method (which will catch both the null case
and optimize the identity case, u1 == u1).
+
+------- Additional Comments From atsushi at ximian.com 2006-08-01 08:10 -------
+The only mentioned and remaining problem is that UserInfo is regarded
+as significant in comparison. Now it is fixed in svn.
+
+BTW Uri is one of the best class everyone who had ever fixed bugs
+doesn't want to touch again because this class is extremely annoying
+and people always try to push it away to anyone else (obvisouly ximian
+guys are too busy to keep care on this trivial fruitless class). If
+someone takes care of this class, it would be awesome.
More information about the mono-bugs
mailing list