[Mono-bugs] [Bug 78686][Nor] Changed - [GMCS] "recursive" constraints

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jun 21 20:20:24 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=78686

--- shadow/78686	2006-06-21 19:30:13.000000000 -0400
+++ shadow/78686.tmp.15038	2006-06-21 20:20:24.000000000 -0400
@@ -1,22 +1,22 @@
 Bug#: 78686
 Product: Mono: Compilers
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Blocker
+Severity: Unknown
+Priority: Normal
 Component: C#
 AssignedTo: rharinath at novell.com                            
 ReportedBy: kjo22 at cornell.edu               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
-Summary: Cannot properly handle generics.
+Summary: [GMCS] "recursive" constraints
 
 The following doesn't compile in Mono, although it should (and it does
 compile in Visual Studio). Your compiler complains about the AVLNode
 definition, claiming that C is not known to be IBSTNode, although it's
 clearly so for it is IAVLNode that inherits IBSTNode.
 
@@ -63,6 +63,9 @@
         int Balance
         {
             get;
             set;
         }
     }
+
+------- Additional Comments From martin at ximian.com  2006-06-21 20:20 -------
+Setting priority to a sane value and fixing summary.


More information about the mono-bugs mailing list