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

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu May 19 12:49:38 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 miguel at ximian.com.

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

--- shadow/74953	2005-05-19 08:45:59.000000000 -0400
+++ shadow/74953.tmp.6147	2005-05-19 12:49:38.000000000 -0400
@@ -5,13 +5,13 @@
 OS Details: Ubuntu Linux 5.05 (Hoary)
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Major
 Component: JIT
-AssignedTo: martin at ximian.com                            
+AssignedTo: lupus at ximian.com                            
 ReportedBy: emrysk at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Summary: [GMCS] Converting array to IEnumerable<T>
 OtherBugsDependingOnThis: 74945
@@ -190,6 +190,9 @@
 After the `newarr', there's an instance of System.Array on the stack.
 
 The `call' expects an instance of S.C.G.IEnumerable<T>.  Later on, the
 called method will make an indirect call through the vtable to call
 `GetEnumerator()' (or whatever) and this'll crash since it's using the
 wrong `MonoClass *'.
+
+------- Additional Comments From miguel at ximian.com  2005-05-19 12:49 -------
+Paolo, can you comment on this?


More information about the mono-bugs mailing list