[Mono-bugs] [Bug 77403][Nor] New - Fix RootContext.Tree.Types to be
a partial class
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jan 30 07:58:12 EST 2006
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 rharinath at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77403
--- shadow/77403 2006-01-30 07:58:12.000000000 -0500
+++ shadow/77403.tmp.27792 2006-01-30 07:58:12.000000000 -0500
@@ -0,0 +1,27 @@
+Bug#: 77403
+Product: Mono: Compilers
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com
+ReportedBy: rharinath at novell.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Fix RootContext.Tree.Types to be a partial class
+
+Currently, RootContext.Tree.Types is null except during specific phases of
+the compiler. This causes trouble when we try to resolve top-level
+classes. We get around this by resolving the dependencies of a class in
+the class itself, leading to various name-lookup bugs.
+
+See bug 77396, bug 76762 for name-lookup related issues.
+
+This will probably be helped by a partial class cleanup that should also
+help fix bug 77027, and bug 77029
More information about the mono-bugs
mailing list