[Mono-bugs] [Bug 35293][Maj] New - revision 1.11 of pending.cs fails to build with mcs release 0.16

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
9 Dec 2002 09:54:36 -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 alan@akbkhome.com.

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

--- shadow/35293	Mon Dec  9 04:54:36 2002
+++ shadow/35293.tmp.27946	Mon Dec  9 04:54:36 2002
@@ -0,0 +1,42 @@
+Bug#: 35293
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details: Linux (Debian)
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: alan@akbkhome.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: revision 1.11 of pending.cs fails to build with mcs release 0.16
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. grab release 0.16 verison of mono+mcs
+2. try and build mcs with current CVS
+3. 
+
+Actual Results:
+ pending.cs(135) error CS0051: Inconsistent accessibility: parameter type
+`MissingInterfacesInfo[]' is less accessible than method
+`PendingImplementation'
+
+Expected Results:
+compiled
+
+How often does this happen? 
+always
+
+
+Additional Information:
+if you downgrade pending.cs to revision 1.10 it will build OK