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

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jun 28 07:26:24 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-27 13:23:42.000000000 -0400
+++ shadow/74953.tmp.1526	2005-06-28 07:26:24.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 74953
 Product: Mono: Runtime
 Version: 1.1
 OS: unknown
 OS Details: Ubuntu Linux 5.05 (Hoary)
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: JIT
 AssignedTo: martin at ximian.com                            
 ReportedBy: emrysk at gmail.com               
 QAContact: mono-bugs at ximian.com
@@ -274,6 +274,13 @@
 System.InternalArray<T> instead of just System.Array.
 
 This shouldn't require too many changes in the JIT, just in NEWARR.
 
 ------- Additional Comments From martin at ximian.com  2005-06-27 13:23 -------
 I'm almost done with a fix.
+
+------- Additional Comments From martin at ximian.com  2005-06-28 07:26 -------
+Fixed in SVN.
+
+Note that arrays also implement IList<T> - I added a slightly improved
+test case as gtest-177.cs.
+


More information about the mono-bugs mailing list