[Mono-bugs] [Bug 60638][Wis] Changed - missing warning comparing
string with object
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jul 15 16:54:04 EDT 2005
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 rharinath at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=60638
--- shadow/60638 2005-07-15 16:19:30.000000000 -0400
+++ shadow/60638.tmp.1772 2005-07-15 16:54:04.000000000 -0400
@@ -1,22 +1,21 @@
Bug#: 60638
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: lupus at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: missing warning comparing string with object
mcs compiles the following without warnings.
csc gives:
simple-strcomp-bug.cs(6,12): warning CS0253: Possible unintended reference
comparison; to get a value comparison, cast the right hand side to type
@@ -71,6 +70,9 @@
------- Additional Comments From duncan at ximian.com 2005-02-14 14:31 -------
I'll look into fixing this.
------- Additional Comments From rharinath at novell.com 2005-07-15 15:13 -------
*** Bug 75557 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From rharinath at novell.com 2005-07-15 16:54 -------
+Should be fixed in SVN r47353.
More information about the mono-bugs
mailing list