[Mono-bugs] [Bug 77522][Maj] Changed - [GENERICS] Runtime doesn't check constraints
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Oct 7 11:37:22 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=77522
--- shadow/77522 2006-02-10 04:24:55.000000000 -0500
+++ shadow/77522.tmp.8480 2006-10-07 11:37:22.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 77522
-Product: Mono: Compilers
+Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
-Component: C#
+Component: JIT
AssignedTo: martin at ximian.com
ReportedBy: martin at ximian.com
QAContact: mono-bugs at ximian.com
-TargetMilestone: ---
+TargetMilestone: V2_0
URL:
Cc:
-Summary: [GMCS] Runtime doesn't check constraints
+Summary: [GENERICS] Runtime doesn't check constraints
Our runtime doesn't check the constraints when instantiating a generic type.
For instance in the following example, Type.MakeGenericType() must throw an
ArgumentException.
@@ -63,6 +63,9 @@
Type[] genericArguments, Exception e)
at System.RuntimeType.MakeGenericType(Type[] instantiation)
at X.Main()
martin at mordor ~
===============
+
+------- Additional Comments From miguel at ximian.com 2006-10-07 11:37 -------
+Moving to runtime
More information about the mono-bugs
mailing list