[Mono-bugs] [Bug 68888][Nor] Changed - AUDIT: Member name rewrite has FIXMEs

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 2 Nov 2004 01:23:56 -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=68888

--- shadow/68888	2004-11-01 22:40:12.000000000 -0500
+++ shadow/68888.tmp.7120	2004-11-02 01:23:56.000000000 -0500
@@ -5,19 +5,19 @@
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: C#
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: martin@ximian.com                            
 ReportedBy: sebastien@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: HEAD regression when reflecting on a private interface
+Summary: AUDIT: Member name rewrite has FIXMEs
 
 Description of Problem:
 
 Reflecting on an private interface doesn't work.
 
 
@@ -194,6 +194,12 @@
 		}
 
 		return 0;
 	}
 }
 
+
+------- Additional Comments From miguel@ximian.com  2004-11-02 01:23 -------
+I have a fix on CVS, but am worried about the
+couple of lines flagged with FIXME.
+
+Martin, please make sure these are properly audited.