[Mono-bugs] [Bug 68711][Nor] Changed - implicit casts not transitive

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 3 Jan 2005 13:24:33 -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 duncan@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=68711

--- shadow/68711	2005-01-03 08:16:37.000000000 -0500
+++ shadow/68711.tmp.13808	2005-01-03 13:24:33.000000000 -0500
@@ -154,6 +154,10 @@
 
 If I remember the spec correctly, for a user defined conv, you are
 allowed 1 *builtin* implicit to go to the src type, and 1 to go to the
 dest type. Also, the decimal -> int is a builtin, according to the spec.
 
 I might be wrong about this, and dont have time to look it up right now.
+
+------- Additional Comments From duncan@ximian.com  2005-01-03 13:24 -------
+So perhaps the correct fix is to change my first patch, and return
+UserCast instead of BoxedCast.