[Mono-bugs] [Bug 36315][Wis] Changed - classes without access specifier must be internal, not public
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sat, 1 Feb 2003 13:58:58 -0500 (EST)
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 jackson@latitudegeo.com.
http://bugzilla.ximian.com/show_bug.cgi?id=36315
--- shadow/36315 Mon Jan 13 15:03:38 2003
+++ shadow/36315.tmp.14509 Sat Feb 1 13:58:58 2003
@@ -1,13 +1,13 @@
Bug#: 36315
Product: Mono/MCS
Version: unspecified
OS: Red Hat 8.0
OS Details:
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: jpo234@netscape.net
QAContact: mono-bugs@ximian.com
@@ -76,6 +76,11 @@
mcs namespace.cs /r:namespace1.dll
Compilation succeeded
The problem is that the classes from the assembly namespace1.dll
should not bevisible outside this assembly, e.g. the default
visibility should be internal.
+
+------- Additional Comments From jackson@latitudegeo.com 2003-02-01 13:58 -------
+The problem was not that mcs was giving the wrong access level by
+default, it was that it was not checking access levels at all. This
+has been fixed in CVS.