mail-archives/mono-bugs/2003-July/006160.html

73 строки
2.8 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 45854][Maj] Changed - self-assignment operator incorrect for multiple assigment
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:bugzilla-daemon%40rocky.ximian.com">
<META NAME="robots" CONTENT="index,nofollow">
<LINK REL="Previous" HREF="006159.html">
<LINK REL="Next" HREF="006161.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 45854][Maj] Changed - self-assignment operator incorrect for multiple assigment
</H1>
<B>bugzilla-daemon@rocky.ximian.com
</B>
<A HREF="mailto:bugzilla-daemon%40rocky.ximian.com"
TITLE="[Mono-bugs] [Bug 45854][Maj] Changed - self-assignment operator incorrect for multiple assigment">bugzilla-daemon@rocky.ximian.com
</A><BR>
<I>Sun, 6 Jul 2003 12:35:53 -0400 (EDT)</I>
<P><UL>
<LI> Previous message: <A HREF="006159.html">[Mono-bugs] [Bug 45873][Blo] Changed - XmlDocument.InnerXml generates invalid Xml
</A></li>
<LI> Next message: <A HREF="006161.html">[Mono-bugs] [Bug 45534][Nor] Changed - XmlTextReader improperly closes stream
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#6160">[ date ]</a>
<a href="thread.html#6160">[ thread ]</a>
<a href="subject.html#6160">[ subject ]</a>
<a href="author.html#6160">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>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 <A HREF="mailto:martin@ximian.com.">martin@ximian.com.</A>
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=45854">http://bugzilla.ximian.com/show_bug.cgi?id=45854</A>
--- shadow/45854 Sat Jul 5 16:27:30 2003
+++ shadow/45854.tmp.21308 Sun Jul 6 12:35:53 2003
@@ -52,6 +52,9 @@
x = (y += 3);
Console.WriteLine (x); // expect 5, actual 3
Console.WriteLine (y); // expect 5, actual 3
}
}
+
+------- Additional Comments From <A HREF="mailto:martin@ximian.com">martin@ximian.com</A> 2003-07-06 12:35 -------
+Setting priority to normal.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="006159.html">[Mono-bugs] [Bug 45873][Blo] Changed - XmlDocument.InnerXml generates invalid Xml
</A></li>
<LI> Next message: <A HREF="006161.html">[Mono-bugs] [Bug 45534][Nor] Changed - XmlTextReader improperly closes stream
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#6160">[ date ]</a>
<a href="thread.html#6160">[ thread ]</a>
<a href="subject.html#6160">[ subject ]</a>
<a href="author.html#6160">[ author ]</a>
</LI>
</UL>
</body></html>