[Mono-bugs] [Bug 65764][Nor] Changed - mcs does not handle interfaces that indirectly extend other interface

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 13 Sep 2004 09:05:41 -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 spouliot@videotron.ca.

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

--- shadow/65764	2004-09-13 08:47:22.000000000 -0400
+++ shadow/65764.tmp.29306	2004-09-13 09:05:41.000000000 -0400
@@ -88,6 +88,28 @@
 I now believe this to be a runtime bug. Type.GetInterfaces() doesn't 
 return all implemented interfaces when invoked on an interface.
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-09-13 08:47 -------
 Can someone run this test case on MCS using the Microsoft runtime? 
 This will pinpoint whose fault the bug is.
+
+------- Additional Comments From spouliot@videotron.ca  2004-09-13 09:05 -------
+MCS isn't current CVS (but recent)
+
+poupou@CASTOR /cygdrive/c/temp/bug65764
+$ ~/cvs/mcs/mcs/mcs.exe --version
+Mono C# compiler version 1.1.1.0
+
+
+poupou@CASTOR /cygdrive/c/temp/bug65764
+$ ~/cvs/mcs/mcs/mcs.exe test.cs /r:bug.dll
+Compilation succeeded
+
+poupou@CASTOR /cygdrive/c/temp/bug65764
+$ csc test.cs /r:bug.dll
+Microsoft (R) Visual C# .NET Compiler version 7.10.3052.4
+for Microsoft (R) .NET Framework version 1.1.4322
+Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.
+
+
+Both MCS and CSC compiled using the supplied bug.dll (my ilasm is 
+borken right now).