[Mono-bugs] [Bug 74980][Wis] Changed - [2.0]
System.Collections.Generic.List lazy init is broken
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed May 18 14:16:37 EDT 2005
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74980
--- shadow/74980 2005-05-17 15:53:26.000000000 -0400
+++ shadow/74980.tmp.28646 2005-05-18 14:16:37.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 74980
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: grompf at sublimeintervention.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -27,6 +27,9 @@
adding:
data = new T [DefaultCapacity];
in the empty .ctor will fix this; however we will loose the gains of lazy initing. Is the check in each
method versus lazy init benefit worth the cost?
-kangaroo
+
+------- Additional Comments From miguel at ximian.com 2005-05-18 14:16 -------
+Fixed on SVN.
More information about the mono-bugs
mailing list