[Mono-bugs] [Bug 68711][Nor] Changed - mcs does not do conversions
to/from decimal
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue May 24 09:10:35 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 duncan at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=68711
--- shadow/68711 2005-05-24 07:55:25.000000000 -0400
+++ shadow/68711.tmp.14112 2005-05-24 09:10:35.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 68711
Product: Mono: Compilers
Version: 1.0
OS: other
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: duncan at ximian.com
ReportedBy: dan at clevermachine.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: implicit casts not transitive
+Summary: mcs does not do conversions to/from decimal
Description of Problem:
If I define a class C with an implicit operator to convert type X to type
C, and type Y can implicitly cast to type X, attempting to implicitly cast
X to C generates a compiler error. The following code, which demonstrates
@@ -193,6 +193,9 @@
------- Additional Comments From duncan at ximian.com 2005-05-24 07:55 -------
Created an attachment (id=15199)
Some clean-ups after comments from Harinath
+
+------- Additional Comments From duncan at ximian.com 2005-05-24 09:10 -------
+With review from harinath, patch is commited in r44928. This is now fixed.
More information about the mono-bugs
mailing list