[Mono-bugs] [Bug 74953][Maj] Changed - [GMCS] Converting array to IEnumerable<T>

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jun 27 03:17:21 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 martin at ximian.com.

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

--- shadow/74953	2005-06-26 14:19:59.000000000 -0400
+++ shadow/74953.tmp.14268	2005-06-27 03:17:20.000000000 -0400
@@ -253,6 +253,15 @@
 the vs.net 2k5b2 debug window.
 
 ------- Additional Comments From mass at akuma.org  2005-06-26 14:19 -------
 Created an attachment (id=15385)
 Test app against vs.net 2k5b2, with output in comment
 
+
+------- Additional Comments From martin at ximian.com  2005-06-27 03:17 -------
+Paolo, there's one thing which worries me: shouldn't the runtime detect
+that the types are incompatible (because it doesn't know yet that
+that's allowed) and reject this as invalid IL - ie. in the same way as
+if you'd try to pass an array to a function taking a string ?
+
+My first idea of fixing this was having the verifier somehow change
+the type of the array.


More information about the mono-bugs mailing list