[Mono-bugs] [Bug 23644] Changed - mcs is getting the incorrect overloaded method
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
22 Apr 2002 18:23:19 -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 ravi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=23644
--- shadow/23644 Thu Apr 18 18:04:16 2002
+++ shadow/23644.tmp.1781 Mon Apr 22 14:23:19 2002
@@ -1,14 +1,14 @@
Bug#: 23644
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: joe@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -71,6 +71,11 @@
instance default void GetProperty(string name, [out] class
GtkSharp.Boxed& val) cil managed
instance default void GetProperty(string name, [out] native int&
val) cil managed
so it looks like mcs is choosing the wrong function.
+
+------- Additional Comments From ravi@ximian.com 2002-04-22 14:23 -------
+I have checked in a fix for this but I am unsure about how to run
+your test case :-) Could you please update from CVS, check if it's
+okay and close the bug ? Thanks.