[Mono-bugs] [Bug 49023][Nor] Changed - invalid IL generated for System.Xml.XmlSchemaImporter::ImportExtensionTypes
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 15 Dec 2003 13:23:23 -0500 (EST)
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@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=49023
--- shadow/49023 2003-10-07 02:11:59.000000000 -0400
+++ shadow/49023.tmp.26651 2003-12-15 13:23:23.000000000 -0500
@@ -1,17 +1,17 @@
Bug#: 49023
-Product: Mono/MCS
+Product: Mono/Compilers
Version: unspecified
OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
-Component: Misc
-AssignedTo: mono-bugs@ximian.com
+Component: C#
+AssignedTo: bmaurer@users.sf.net
ReportedBy: vargaz@freemail.hu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: invalid IL generated for System.Xml.XmlSchemaImporter::ImportExtensionTypes
@@ -39,6 +39,14 @@
will return a strongly typed enumerator that returns a
System.Xml.Schema.XmlSchemaObject.
Maybe the compiler bug (need to check that tomorrow) is that it calls
the generic IEnumerator.Current method, and it probably could call the
XmlSchemaObjectEnumerator.Current method.
+
+------- Additional Comments From bmaurer@users.sf.net 2003-12-15 13:23 -------
+Miguel,
+
+I think you fixed the bug that makes it call the iface method. I will
+see if this fixes the bug.
+
+Assigning to self to keep this on my radar