[Mono-bugs] [Bug 81159][Nor] Changed - Console.In.Read doesn't allow line-oriented input with mscorlib 2.0
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Apr 17 19:38:17 EDT 2007
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 fejj at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81159
--- shadow/81159 2007-04-16 16:44:49.000000000 -0400
+++ shadow/81159.tmp.6265 2007-04-17 19:38:17.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 81159
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details: same behaviour on linux-x86 and darwin-ppc
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: fejj at novell.com
ReportedBy: anto.cuni at gmail.com
QAContact: mono-bugs at ximian.com
@@ -33,6 +33,11 @@
Mono 1.2.3.1 has this behaviour; mono 1.1.17 and Microsoft CLR it works as
expected.
I noticed that on the older version Console.In is of type
System.IO.SynchronizedReader, while in the new one is of type
System.CStreamReader.
+
+------- Additional Comments From fejj at novell.com 2007-04-17 19:38 -------
+this appears to work in current svn (probably one of my other Console
+fixes also fixed this).
+
More information about the mono-bugs
mailing list