[Mono-bugs] [Bug 79525][Maj] Changed - cast to generic valuetypes fails at runtime
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Oct 7 11:47:02 EDT 2006
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79525
--- shadow/79525 2006-10-02 09:44:26.000000000 -0400
+++ shadow/79525.tmp.8816 2006-10-07 11:47:02.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 79525
Product: Mono: Compilers
Version: 1.1
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: C#
AssignedTo: martin at ximian.com
ReportedBy: dignor_sign at yahoo.es
QAContact: mono-bugs at ximian.com
@@ -79,6 +79,9 @@
The compiler generates a castclass instead of an unboxing cast in the test
method, and in fact, it's not a compiler problem, but a bug deep in the
mono internals that makes Type.IsClass to return true for a generic value
type during the type construction. Type.IsClass works right, however, if
the test is done inside the target program.
+
+------- Additional Comments From miguel at ximian.com 2006-10-07 11:47 -------
+This seems to be fixed now.
More information about the mono-bugs
mailing list