[Mono-bugs] [Bug 75008][Nor] New - mcs depends on broken
Type.UnderlyingSystemType
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri May 20 13:39:53 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 vargaz at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75008
--- shadow/75008 2005-05-20 13:39:53.000000000 -0400
+++ shadow/75008.tmp.17086 2005-05-20 13:39:53.000000000 -0400
@@ -0,0 +1,23 @@
+Bug#: 75008
+Product: Mono: Compilers
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: vargaz at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mcs depends on broken Type.UnderlyingSystemType
+
+mcs currently depends on calling Type.UnderlyingSystemType for determining
+the base type of an enum. The implementation of that method in the
+TypeBuilder class should return 'this' instead of the base type, but that
+change would break mcs. mcs should obtain this information some other way, so
+that method could be fixed.
More information about the mono-bugs
mailing list