[Mono-bugs] [Bug 33026][Nor] Changed - mcs incorrectly chooses property name over type name

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 17 Apr 2003 01:05:59 -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=33026

--- shadow/33026	Wed Apr 16 22:01:08 2003
+++ shadow/33026.tmp.19555	Thu Apr 17 01:05:59 2003
@@ -164,6 +164,25 @@
 +
 +			return null;
  		}
  
  		public override void Emit (EmitContext ec)
 
+
+------- Additional Comments From miguel@ximian.com  2003-04-17 01:05 -------
+Ok, I have a new patch that cleans up the process of type resolution.
+ This removes the dependency on ITypeExpression, and puts it all in
+the Expression itself.
+
+There are still some little bits of old things lying around, but it is
+a step in the direction of cleaning the type lookup later on.
+
+Martin: no need to look at this anymore, the code has changed
+substantially.
+
+I have the code with a new IFDEF setting to allow for hacking while
+the code has been cleaned up.  I wont commit just yet.  The patch is
+attached.
+
+(Oh, and the patch still does not work, but shows another area of
+failure ;-)
+