[Mono-bugs] [Bug 71603][Nor] Changed - CS0419 not reported when using /doc with gmcs

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 13 Apr 2005 05:52:58 -0400 (EDT)


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@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=71603

--- shadow/71603	2005-01-22 11:07:20.000000000 -0500
+++ shadow/71603.tmp.26715	2005-04-13 05:52:58.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 71603
 Product: Mono: Compilers
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: atsushi@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -33,6 +33,9 @@
 test.cs(2,24): warning CS0419: Ambiguous reference in cref attribute:
 'System.String.Replace'. Assuming 'string.Replace(char, char)', but could 
 have also matched other overloads including 'string.Replace(string, 
 string)'.
 
 note: csc 1.x does not report this warning.
+
+------- Additional Comments From atsushi@ximian.com  2005-04-13 05:52 -------
+I fixed it in "mcs" svn, which Martin will merge later.