[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:57:54 -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 Fri Oct 4 01:07:53 2002
+++ shadow/31422.tmp.27827 Fri Oct 4 01:57:54 2002
@@ -1,12 +1,12 @@
Bug#: 31422
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEEDINFO
+Status: CLOSED
Resolution:
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
@@ -80,7 +80,13 @@
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.
+
+
+------- Additional Comments From miguel@ximian.com 2002-10-04 01:57 -------
+Ok, I found an alternate approach which is to make sure we get a match
+on the type cache, and never call twice the lookup on the type from
+Reflection.Emit.