[Mono-bugs] [Bug 59894][Wis] Changed - [PATCH] TypeBuilder implementation does not match MS.NET

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri May 20 19:17:26 EDT 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 bmaurer at users.sf.net.

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

--- shadow/59894	2005-05-11 13:06:58.000000000 -0400
+++ shadow/59894.tmp.19663	2005-05-20 19:17:26.000000000 -0400
@@ -49,6 +49,18 @@
 
 ------- Additional Comments From bmaurer at users.sf.net  2004-08-29 14:12 -------
 Now that it is after the release, we should probably look at this again
 
 ------- Additional Comments From bmaurer at users.sf.net  2005-05-06 18:46 -------
 *** Bug 71304 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From bmaurer at users.sf.net  2005-05-20 19:17 -------
+ 		protected override bool IsArrayImpl ()
+ 		{
+-			return Type.IsArrayImpl (this);
++			return false;
+ 		}
+
+scares me a little bit.
+
+This patch also needs unit tests. We should try to commit this piece
+by piece.


More information about the mono-bugs mailing list