[Mono-bugs] [Bug 74633][Nor] Changed - CS0419 wrongly reported for event cref

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 17 Apr 2005 09:04:29 -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=74633

--- shadow/74633	2005-04-17 04:14:58.000000000 -0400
+++ shadow/74633.tmp.2781	2005-04-17 09:04:29.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 74633
 Product: Mono: Compilers
 Version: 1.1
 OS: GNU/Linux [Other]
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: atsushi@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
@@ -68,6 +68,10 @@
 ------- Additional Comments From gert.driesen@pandora.be  2005-04-17 04:14 -------
 I just verified it again on Mono/Mcs svn, and I can still reproduce 
 it. 
 
 I do not get any warning using csc. Are you sure you also included 
 the using directive in the source that you used ?
+
+------- Additional Comments From atsushi@ximian.com  2005-04-17 09:04 -------
+Ugh, yes it was, sorry about that. Now it is fixed in svn, by ignoring
+duplicate member definitions between a field and an event.