[Mono-bugs] [Bug 77395][Min] Changed - GMCS 1.1.13.1 crashes when
compiling generics code below
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Feb 7 21:05:09 EST 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=77395
--- shadow/77395 2006-02-02 12:24:03.000000000 -0500
+++ shadow/77395.tmp.3340 2006-02-07 21:05:09.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 77395
Product: Mono: Compilers
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Minor
Component: C#
AssignedTo: martin at ximian.com
ReportedBy: jan.oravec at 6com.sk
QAContact: mono-bugs at ximian.com
@@ -148,6 +148,25 @@
interface F<X,Y>
where X : Q<X,Y>
{
}
+
+------- Additional Comments From martin at ximian.com 2006-02-07 21:05 -------
+Fixed in SVN.
+Btw. your second testcase is also incorrect:
+
+------------------------------------------------------------------
+martin at mordor ~
+$ csc F.cs
+Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.7
+for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
+Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.
+
+F.cs(1,7): error CS0309: The type 'B<X>' must be convertible to
+'QQ<B<X>,X>' in order to use it as parameter 'X' in the generic type
+or method 'C<X,Y,Z>'
+F.cs(21,11): (Location of symbol related to previous error)
+F.cs(5,7): (Location of symbol related to previous error)
+
+
More information about the mono-bugs
mailing list