[Mono-bugs] [Bug 44803][Nor] Changed - Access of a member whose type is internal from an external assembly should error out.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 30 Jun 2003 15:01:07 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=44803
--- shadow/44803 Sat Jun 14 11:59:37 2003
+++ shadow/44803.tmp.2268 Mon Jun 30 15:01:07 2003
@@ -1,14 +1,14 @@
Bug#: 44803
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mkestner@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -26,6 +26,14 @@
Any reference to Field "Bar" from an external assembly should cause a
compile warning because the type is less accessible than the variable, and
not accessible from outside the assembly.
csc errors out on this, while mcs allows it.
+
+------- Additional Comments From miguel@ximian.com 2003-06-30 15:01 -------
+Mcs produces an error with the above sample (like it should), but your
+comments suggest that there was another problem as well.
+
+I think the *other* problem (an invalid program compiled, that was
+used as a library) is fixed as well with my changes from yesterday
+(basically, we had only implemented half the tests for permissions).