[Mono-bugs] [Bug 56454][Maj] Changed - Array assignment of concatentated strings leads to duplication

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 7 Apr 2004 02:35:49 -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 miguel@ximian.com.

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

--- shadow/56454	2004-04-04 15:46:49.000000000 -0400
+++ shadow/56454.tmp.23720	2004-04-07 02:35:49.000000000 -0400
@@ -76,6 +76,11 @@
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-04-04 15:46 -------
 The issue here is the DoResolve gets called twice on the binary
 operator. I do not think that is valid. I can worka round it in my
 code, but this may just end up hiding other bugs that are triggered by
 duplicate calls to doresolve.
+
+------- Additional Comments From miguel@ximian.com  2004-04-07 02:35 -------
+Binary operators were one kind that already supported this Ben
+(one of the few expressions that manually had to guarantee this),
+please post a workaround patch.