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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
19 Sep 2002 22:43:09 -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 martin@gnome.org.

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

--- shadow/30171	Thu Sep 19 18:32:13 2002
+++ shadow/30171.tmp.451	Thu Sep 19 18:43:09 2002
@@ -83,6 +83,15 @@
 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.
 
 
+
+------- Additional Comments From martin@gnome.org  2002-09-19 18:43 -------
+It is a problem.  I do not want to distinguish between newly defined types and types coming from reflection everywhere where we're 
+using these modifiers.
+
+We currently have this "I don't know whether I'm a ref or an out parameter" hack everywhere because our runtime doesn't provide this 
+info.  So if I fix MCS for the ms runtime and for dynamic it won't work anymore with our runtime since it won't accept an "I don't 
+know whether I'm ref or out" parameter anymore.
+