[Mono-bugs] [Bug 72015][Nor] Changed - defining a delegate inside the Array class sets parent to null

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 8 Feb 2005 08:23:01 -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 rharinath@novell.com.

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

--- shadow/72015	2005-02-08 08:20:14.000000000 -0500
+++ shadow/72015.tmp.4649	2005-02-08 08:23:01.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 72015
 Product: Mono: Compilers
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: rharinath@novell.com                            
 ReportedBy: lupus@ximian.com               
@@ -63,6 +63,17 @@
 reopening on miguel's prompting
 
 ------- Additional Comments From rharinath@novell.com  2005-02-08 08:20 -------
 Created an attachment (id=14126)
 plug-ugly patch to corlib to act as a regression test
 
+
+------- Additional Comments From rharinath@novell.com  2005-02-08 08:23 -------
+Fixed in SVN.
+
+I've also attached a patch to corlib to act as a regression test.
+
+Unfortunately, we need to keep the non-nested delegate around in case
+of BOOTSTRAP_WITH_OLDLIB, since older versions of mcs are buggy wrt
+this code.
+
+Lupus, Miguel, your call, if you want this code in corlib.