[Mono-bugs] [Bug 52146][Min] Changed - [PATCH] MCS does not respect private ctors

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 29 Apr 2004 14:00:29 -0400 (EDT)


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

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

--- shadow/52146	2004-04-28 22:37:26.000000000 -0400
+++ shadow/52146.tmp.27197	2004-04-29 14:00:29.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 52146
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: C#
 AssignedTo: rharinath@novell.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
@@ -86,6 +86,12 @@
 Just make a method
 
 bool CheckVisibility
 
 That returns true if it is ok, false if it is invalid. THen you can 
 write clean code.
+
+------- Additional Comments From martin@ximian.com  2004-04-29 14:00 -------
+I don't like the patch at all - why reinvent the wheel when we already
+have MemberLookup() for such things.
+
+Fixed in CVS.