[Mono-bugs] [Bug 32975][Nor] Changed - Delegates will not call virtual function overrides

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
30 Oct 2002 06:31:05 -0000


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

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

--- shadow/32975	Tue Oct 29 08:10:16 2002
+++ shadow/32975.tmp.14388	Wed Oct 30 01:31:05 2002
@@ -1,14 +1,14 @@
 Bug#: 32975
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: Red Hat 8.0
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jason@379.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -76,6 +76,20 @@
 	static void Main()
 	{
 		DerivedClass dc = new DerivedClass();
 		dc.CallFunc();
 	}
 }
+
+------- Additional Comments From miguel@ximian.com  2002-10-30 01:31 -------
+Hello, and thanks for the bug report.
+
+I can not reproduce this problem, can you verify if this happens with
+the HEAD CVS, and if so, reopen the bug?  The results that I get are:
+
+mono$ mcs a.cs
+Compilation succeeded
+mono$ mono a.exe 
+DerivedClass::SomeFunc
+
+
+I am marking the bug as `NEEDINFO' for now.