[Mono-bugs] [Bug 76577][Wis] Changed - TextWriter Mono/.NET
behaviour variance
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Nov 1 02:11:54 EST 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 zac at zacbowling.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76577
--- shadow/76577 2005-10-27 18:47:42.000000000 -0400
+++ shadow/76577.tmp.31479 2005-11-01 02:11:54.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 76577
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: bill.seddon at lyquidity.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -32,6 +32,14 @@
This behaviour is not the same as .NET. .NET will use the WriteLine()
implementation of the concrete class when a caller executes a WriteLine()
under all circumstances.
The change to the TextWriter implementation may not be significant.
+
+------- Additional Comments From zac at zacbowling.com 2005-11-01 02:11 -------
+I investigated and we do call write method and the potental to be
+different in MS.NET could exist that may cause an issue. Needs some
+testing to tell if .NET does the same. If it does all it means is
+that we move the current write methods context to a private method
+and switch all the write and writelines to call the private write
+methods instead.
More information about the mono-bugs
mailing list