[Mono-bugs] [Bug 68888][Nor] Changed - HEAD regression when reflecting on a private interface

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 1 Nov 2004 19:32:57 -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 sebastien@ximian.com.

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

--- shadow/68888	2004-11-01 18:41:55.000000000 -0500
+++ shadow/68888.tmp.18394	2004-11-01 19:32:57.000000000 -0500
@@ -1,16 +1,16 @@
 Bug#: 68888
-Product: Mono: Runtime
+Product: Mono: Compilers
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
-Component: misc
+Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: sebastien@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -87,6 +87,9 @@
 checked-in).
 
 ------- Additional Comments From vargaz@freemail.hu  2004-11-01 18:41 -------
 This is not a runtime bug, the method name is generated by mcs, and
 newer mcs versions seem to call it 'IBuiltInPermission.GetTokenIndex',
 omitting the namespace.
+
+------- Additional Comments From sebastien@ximian.com  2004-11-01 19:32 -------
+then I guess I better move this into MCS...