[Mono-bugs] [Bug 30171][Nor] Changed - ref/out overloading mismatch

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
19 Sep 2002 22:32:13 -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 miguel@ximian.com.

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

--- shadow/30171	Mon Sep 16 09:58:51 2002
+++ shadow/30171.tmp.20251	Thu Sep 19 18:32:13 2002
@@ -74,6 +74,15 @@
 
 ------- Additional Comments From martin@gnome.org  2002-09-14 09:27 -------
 If I remember correctly, we do not distinguish between ref and out parameters in MCS since there
 was no way to get this info from reflection.  Is this still right ?  Just tried and
 ParameterInfo.Attribute is indeed 0 for an `out' parameter.
 
+
+------- Additional Comments From miguel@ximian.com  2002-09-19 18:32 -------
+I do not think it matters if reflection can expose this problem,
+because existing code should have not been miss-compiled to begin with.
+
+So the only issue is for freshly compiled code, and in that case we
+can probably tell them appart.
+
+