[Mono-bugs] [Bug 82067][Nor] Changed - gmcs does not emit generic parameter constraints on structs
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jul 19 22:06:20 EDT 2007
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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82067
--- shadow/82067 2007-07-11 07:29:57.000000000 -0400
+++ shadow/82067.tmp.11010 2007-07-19 22:06:20.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 82067
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: atsushi at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -72,6 +72,11 @@
System.Nullable`1[T] T 1
atsushi at PC ~/tests/generic
$ mono get-arg.exe
Foo`1[T] T 0
System.Nullable`1[T] T 0
+
+------- Additional Comments From atsushi at ximian.com 2007-07-19 22:06 -------
+It is a difference between ClassConstraint and EffectiveBaseClass in
+Mono.CSharp.Constraints. Replacing former with latter in DefineType()
+solves this individual issue, but causes some regressions.
More information about the mono-bugs
mailing list