[Mono-bugs] [Bug 59343][Maj] Changed - regression: using statement with inner classes in referenced assemblies fails
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 31 May 2004 14:29:52 -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=59343
--- shadow/59343 2004-05-31 13:20:01.000000000 -0400
+++ shadow/59343.tmp.16496 2004-05-31 14:29:52.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 59343
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: vladimir@pobox.com
QAContact: mono-bugs@ximian.com
@@ -99,6 +99,15 @@
Miguel.
------- Additional Comments From miguel@ximian.com 2004-05-31 13:20 -------
Created an attachment (id=7949)
Patch window with the bug
+
+------- Additional Comments From miguel@ximian.com 2004-05-31 14:29 -------
+I have reverted the namespace.cs change from yesterday:
+
+LookupDirectType to LookupType.
+
+That fixed it on my machine.
+
+Miguel.