[Mono-bugs] [Bug 23513] Changed - compile-error expected on call to non-static method from ctor initializer

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
30 Apr 2002 21:41:45 -0000


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@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=23513

--- shadow/23513	Tue Apr 16 14:33:36 2002
+++ shadow/23513.tmp.27419	Tue Apr 30 17:41:45 2002
@@ -1,15 +1,15 @@
 Bug#: 23513
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Normal
+Severity: 004 Four hours
+Priority: Minor
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: loz@cable.a2000.nl               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -65,6 +65,15 @@
 
         private int Add8 (int i) {
                 return i + 8;
         }
 
 }
+
+------- Additional Comments From miguel@ximian.com  2002-04-30 17:41 -------
+Ok, I tracked down the bug.  
+
+The program runs on .NET because we generate valid code, and it is
+kind of a valid operation, but the C# spec forbids this use.  So the
+issue really is that I need to add a lot of code to sort this out ;-(
+
+So I will leave it as pending for now.