[Mono-bugs] [Bug 64540][Nor] Changed - mcs does not trap ambigous call for StringWriter.Write
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 15 Feb 2005 06:59:55 -0500 (EST)
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@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=64540
--- shadow/64540 2005-02-15 06:58:35.000000000 -0500
+++ shadow/64540.tmp.24436 2005-02-15 06:59:55.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 64540
Product: Mono: Compilers
Version: unspecified
OS: Windows XP (Cygwin)
OS Details: SP1
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: ndrochak@gol.com
QAContact: mono-bugs@ximian.com
@@ -37,6 +37,10 @@
------- Additional Comments From rharinath@novell.com 2004-09-10 09:54 -------
This is a manifestation of 55786. Overload resolution happens with
the methods of StringWriter, not with the methods of TextWriter which
they overload -- hence the ambiguous call is not seen.
+
+------- Additional Comments From rharinath@novell.com 2005-02-15 06:59 -------
+Fixed in SVN.
+