[Mono-bugs] [Bug 55155][Wis] New - Standard Modules should be out-of-scope for unqualified access

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 4 Mar 2004 06:13:56 -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 rafaelteixeirabr@hotmail.com.

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

--- shadow/55155	2004-03-04 06:13:56.000000000 -0500
+++ shadow/55155.tmp.19968	2004-03-04 06:13:56.000000000 -0500
@@ -0,0 +1,47 @@
+Bug#: 55155
+Product: Mono/Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Basic
+AssignedTo: rafaelteixeirabr@hotmail.com                            
+ReportedBy: rafaelteixeirabr@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Standard Modules should be out-of-scope for unqualified access
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+vbc can't find classes that are standardmodules not fully qualified.
+
+Steps to reproduce the problem:
+1. compile code containing this line with mbas
+        Console.WriteLine(Strings.ChrW(64))
+
+Actual Results:
+
+compiles fine with mbas
+
+Expected Results:
+
+as vbc does:
+
+C:\Documents and Settings\Rafael\projetos\mcs\mbas\testmbas\WriteOK.vb
+(46) : error BC30451: Name 'Strings' is not declared.
+
+        Console.WriteLine(Strings.ChrW(64))
+                          ~~~~~~~
+
+How often does this happen? 
+
+with recent cvs versions
+
+Additional Information: