[Mono-bugs] [Bug 76998][Nor] Changed - Default site's GetService method returns incorrect result

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Dec 14 17:18:40 EST 2005


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 brian at fluggo.com.

http://bugzilla.ximian.com/show_bug.cgi?id=76998

--- shadow/76998	2005-12-14 14:57:20.000000000 -0500
+++ shadow/76998.tmp.4159	2005-12-14 17:18:40.000000000 -0500
@@ -98,6 +98,17 @@
 source code.
 
 ------- Additional Comments From brian at fluggo.com  2005-12-14 14:57 -------
 Created an attachment (id=16214)
 Test source code
 
+
+------- Additional Comments From brian at fluggo.com  2005-12-14 17:18 -------
+Verified that code works correctly if lines 105-107 are rewritten like so:
+
+105     if (typeof(ISite) == t) {
+106         return this;
+107     }
+
+In other news, Mono could use a working debugger.
+
+


More information about the mono-bugs mailing list