[Mono-bugs] [Bug 78435][Nor] Changed - gmcs and IComparable<T>
silliness
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jun 16 13:52:00 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 martin at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78435
--- shadow/78435 2006-05-29 03:24:45.000000000 -0400
+++ shadow/78435.tmp.4074 2006-06-16 13:52:00.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 78435
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: martin at ximian.com
ReportedBy: adrinael at adrinael.net
QAContact: mono-bugs at ximian.com
@@ -122,6 +122,11 @@
tparam.InflateConstraints (current_type.Type);
That is the culprit AFAICS. Or the bug is somewhere earlier, I'm not
nearly enough versed in gmcs code. Anyway, the generics parameter list
is leaked from the outer class to where it shouldn't be. I need some
additional help in solving this.
+
+------- Additional Comments From martin at ximian.com 2006-06-16 13:52 -------
+Works for me, maybe it was a duplicate of that other bug.
+Btw. please don't use conditionals in test cases, that's just making
+it harder for me.
More information about the mono-bugs
mailing list