[Mono-bugs] [Bug 79031][Wis] Changed - Comparison between two function pointer types not implemented

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Aug 10 06:59:50 EDT 2006


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 roberto.costa at st.com.

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

--- shadow/79031	2006-08-09 15:17:23.000000000 -0400
+++ shadow/79031.tmp.11388	2006-08-10 06:59:50.000000000 -0400
@@ -71,6 +71,22 @@
 
 
 ------- Additional Comments From vargaz at gmail.com  2006-08-09 15:17 -------
 The patch looks ok, but please access the signature members directly, 
 not through the access functions, for consistency with existing code.
 
+
+------- Additional Comments From roberto.costa at st.com  2006-08-10 06:59 -------
+Well, I didn't access the members on purpose because of the comments
+in metadata/metadata.h before the definitions of both _MonoType and
+_MonoMethodSignature structs:
+
+/*
+ * This structure is an internal runtime detail: use the mono_signature_*
+ * accessors below, because it will go away from the public header.
+ */
+
+Anyway, if you prefer direct access to struct members, consider the
+next patch I'm about to attach for this bug.
+In this case, the above-mentioned comments in metadata.h should be
+changed as well!
+


More information about the mono-bugs mailing list