[Mono-bugs] [Bug 31051][Nor] Changed - Incorrect emitted code for multidimensional string array initializer

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
23 Sep 2002 22:38:59 -0000


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=31051

--- shadow/31051	Mon Sep 23 15:26:48 2002
+++ shadow/31051.tmp.29959	Mon Sep 23 18:38:59 2002
@@ -90,6 +90,14 @@
 ------- Additional Comments From hwang_rob@yahoo.ca  2002-09-23 15:26 -------
 Accidentally forgot to include the "Description of Problem" :
 
 When constructing a multidimensional string array with an initializer,
 the resulting code does not correctly set the values of the array
 correctly.
+
+------- Additional Comments From miguel@ximian.com  2002-09-23 18:38 -------
+This patch looks correct, I have applied it to CVS.
+
+Thanks for the test case and the bug report.
+
+I am keeping the bug marked as Open, until I get a more extensive set
+of tests on CVS.