[Mono-bugs] [Bug 72258][Wis] Changed - System.Collections.Generic.List is buggy on Remove statements

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 7 Feb 2005 19:39:53 -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 bmaurer@users.sf.net.

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

--- shadow/72258	2005-02-07 14:04:18.000000000 -0500
+++ shadow/72258.tmp.29368	2005-02-07 19:39:53.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 72258
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: Debian SID Kernel 2.6.10 mono SVN revision 40204
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: bmaurer@users.sf.net                            
 ReportedBy: marc.denty@libertysurf.fr               
 QAContact: mono-bugs@ximian.com
@@ -676,6 +676,12 @@
    } 
     
   } 
  } 
 } 
 #endif
+
+------- Additional Comments From bmaurer@users.sf.net  2005-02-07 19:39 -------
+Thanks for the report and the patch! I have applied something similar.
+
+In the future, could you please do unified diffs. svn di should do
+that by default.