[Mono-bugs] [Bug 57039][Wis] Changed - Wish: verification of access levels.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Apr 2004 21:25:57 -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 bmaurer@users.sf.net.

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

--- shadow/57039	2004-04-14 19:31:01.000000000 -0400
+++ shadow/57039.tmp.19369	2004-04-14 21:25:57.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 57039
 Product: Mono: Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -25,6 +25,14 @@
 Now, I read somewhere that there is an assembly-level attribute that
 tells the runtime whether it should skip this verification for this
 assembly, but I can not quite remember where.
 
 At least it would be nice to have this as part of our pedump
 --verify code
+
+------- Additional Comments From bmaurer@users.sf.net  2004-04-14 21:25 -------
+Miguel, I remember this came up once (with the WriteLine that you
+added that was actually a varargs method). I remember you saying that
+there was a reason behind not implementing this, but I can't remember it.
+
+This does not seem absurdly hard to do, whenever you resolve a token
+you just check the accessibility.