[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 13:23:42 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 03:19:28.000000000 -0400
+++ shadow/74953.tmp.21474 2005-06-27 13:23:42.000000000 -0400
@@ -5,13 +5,13 @@
OS Details: Ubuntu Linux 5.05 (Hoary)
Status: NEW
Resolution:
Severity: Unknown
Priority: Major
Component: JIT
-AssignedTo: lupus at ximian.com
+AssignedTo: martin 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, 74991
@@ -271,6 +271,9 @@
Everytime you create an array where all elements have the same type T,
create an instance of some special generic class
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.
More information about the mono-bugs
mailing list