[Mono-bugs] [Bug 31422][Nor] Changed - issue with compund typebuilder lookup and comparison

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
4 Oct 2002 05:07:53 -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=31422

--- shadow/31422	Sat Sep 28 06:53:18 2002
+++ shadow/31422.tmp.6849	Fri Oct  4 01:07:53 2002
@@ -1,14 +1,14 @@
 Bug#: 31422
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -72,6 +72,15 @@
                 } else {
                         Console.WriteLine ("{0} != {1}", at1, at2);
                 }
                 return 0;
         }
 }
+
+------- Additional Comments From miguel@ximian.com  2002-10-04 01:07 -------
+Do you have any suggestions on how I can detect if I am running with
+the Microsoft runtime?  I have written the code required to work
+around this (I could only thing of using .ToString(), because
+Type.Equals does not work either for the test).
+
+The good news is that the test is only needed in a few places.
+