[Mono-bugs] [Bug 55574][Wis] Changed - We do not emit HideBySig in many places
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 15 Mar 2004 17:36:40 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=55574
--- shadow/55574 2004-03-14 17:56:13.000000000 -0500
+++ shadow/55574.tmp.1731 2004-03-15 17:36:39.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 55574
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
@@ -35,6 +35,9 @@
A, B and C will have HideBySig included in their method attributes. When
compiled with mcs they do not.
------- Additional Comments From bmaurer@users.sf.net 2004-03-14 17:56 -------
k, just double checked this. If you run mcs.exe on windows and compile
this you do *not* have hidebysig. So this is an mcs bug.
+
+------- Additional Comments From miguel@ximian.com 2004-03-15 17:36 -------
+Good catch.