[Mono-bugs] [Bug 41550][Nor] Changed - (o is ValueType) always true under mcs
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 18 Apr 2003 18:09:18 -0400 (EDT)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=41550
--- shadow/41550 Fri Apr 18 13:19:25 2003
+++ shadow/41550.tmp.21195 Fri Apr 18 18:09:18 2003
@@ -1,14 +1,14 @@
Bug#: 41550
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: vargaz@freemail.hu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -22,6 +22,11 @@
if (o is ValueType)
....
mcs prints the
warning CS0183: The expression is always of type `System.ValueType'
message, and the generated code will be incorrect.
+
+------- Additional Comments From miguel@ximian.com 2003-04-18 18:09 -------
+Thanks for the bug report. This uncovered a problem on our implicit
+conversions code where the target type was value types, it was too
+liberal.