[Mono-bugs] [Bug 75008][Nor] Changed - mcs depends on broken
Type.UnderlyingSystemType
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed May 25 09:50:17 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 18:23:16.000000000 -0400
+++ shadow/75008.tmp.26133 2005-05-25 09:50:17.000000000 -0400
@@ -12,13 +12,13 @@
ReportedBy: vargaz at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: mcs depends on broken Type.UnderlyingSystemType
-OtherBugsDependingOnThis: 74937
+OtherBugsDependingOnThis: 74937[FIXED]
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