[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
22 Nov 2002 23:02:31 -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	Wed Nov 20 13:00:29 2002
+++ shadow/34311.tmp.19594	Fri Nov 22 18:02:31 2002
@@ -1,13 +1,13 @@
 Bug#: 34311
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -31,6 +31,9 @@
 
 ------- 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
+
+------- Additional Comments From miguel@ximian.com  2002-11-22 18:02 -------
+This is fixed, but I will open a separate bug to research the union bug.