[Mono-bugs] [Bug 76399][Maj] Changed -
System.IO.StreamReader.ReadLine is incredibly inefficient
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Oct 20 17:11:55 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 gonzalo at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76399
--- shadow/76399 2005-10-10 20:24:08.000000000 -0400
+++ shadow/76399.tmp.20176 2005-10-20 17:11:55.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 76399
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: CORLIB
AssignedTo: gonzalo at ximian.com
ReportedBy: trow at ximian.com
QAContact: mono-bugs at ximian.com
@@ -66,6 +66,11 @@
------- Additional Comments From gonzalo at ximian.com 2005-10-10 20:24 -------
Ben suggested using sb.ToString (0, sb.Length) in some cases.
Other than that, I'll commit the patch once I have a set of nunit
tests for this in svn.
+
+------- Additional Comments From gonzalo at ximian.com 2005-10-20 17:11 -------
+Fixed in SVN HEAD.
+The patch commited is slightly different from the one attached as it
+contains fixes for 2 issues found by the new tests.
More information about the mono-bugs
mailing list