[Mono-bugs] [Bug 47404][Cri] Changed - System.IO.StreamReader's impl of buffers balks on non seeking streams

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 7 Aug 2003 15:15:48 -0400 (EDT)


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 martin@ximian.com.

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

--- shadow/47404	Tue Aug  5 15:07:36 2003
+++ shadow/47404.tmp.25801	Thu Aug  7 15:15:48 2003
@@ -1,13 +1,13 @@
 Bug#: 47404
 Product: Mono/Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: CVS -- up to date
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Critical
 Component: CORLIB
 AssignedTo: martin@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
@@ -79,6 +79,9 @@
 the code of StreamReader when the method is called. It does not *ever*
 have a call to .Position. In fact, the only method call was
 Encoding.GetDecoder ().
 
 So I think the impl of DiscardBufferedData is not meant to update the
 position in the stream.
+
+------- Additional Comments From martin@ximian.com  2003-08-07 15:15 -------
+That's already FIXED in CVS since yesterday.