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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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! + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
