[Mono-bugs] [Bug 34311][Nor] Changed - Int to IntPtr is not covered in the spec.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
20 Nov 2002 18:00:29 -0000


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=34311

--- shadow/34311	Tue Nov 19 21:46:03 2002
+++ shadow/34311.tmp.10853	Wed Nov 20 13:00:29 2002
@@ -2,13 +2,13 @@
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -25,6 +25,12 @@
 
 That code can not perform a cast to IntPtr, am not sure why, but the big
 problem is that there is no specification about how to handle this in the spec.
 
 
 Tomorrow I will research this problem.
+
+------- Additional Comments From miguel@ximian.com  2002-11-20 13:00 -------
+I  believe the problem is deeper.  The other problem is that we are
+miss-computing the set of types elegible for performing a method
+lookup.  Currently we check current and the base, but we do not
+perform this recursively, so the set is incomplete