[Mono-bugs] [Bug 24067] Changed - Overload resolution error

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
2 May 2002 20:35:26 -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 joe@ximian.com.

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

--- shadow/24067	Thu May  2 15:36:35 2002
+++ shadow/24067.tmp.21418	Thu May  2 16:35:26 2002
@@ -1,13 +1,13 @@
 Bug#: 24067
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: 002 Two hours
 Priority: Major
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -34,6 +34,25 @@
 Created an attachment (id=1676)
 Sample file that breaks overload resolution
 
 
 ------- Additional Comments From ravi@ximian.com  2002-05-02 15:36 -------
 Fixed in CVS.
+
+------- Additional Comments From joe@ximian.com  2002-05-02 16:35 -------
+The g_object_get() case is fixed now, but I am getting the original
+first error again:
+
+/opt/mono/bin/mono /opt/mono/bin/mcs.exe --unsafe --target library -r
+../glib/glib-sharp.dll -r ../pango/pango-sharp.dll -o atk-sharp.dll
+--recurse *.cs
+./generated/Object.cs(17) error CS1502: The best overloaded match for
+method 'void GetProperty (string, System.IntPtr&)' has some invalid
+arguments
+./generated/Object.cs(17) error CS1503: Argument 2: Cannot convert
+from 'out GLib.Object' to 'System.IntPtr&'
+./generated/Object.cs(17) error CS-00-6: Could not find any applicable
+function for this argument list
+
+Although there is a 'void GetProperty(String name, out GLib.Object
+val)' definition.  I'll try to get a test case going for you... I am
+having some problems duplicating it with a smaller set.