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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
20 Sep 2002 10:49:30 -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 lupus@ximian.com.

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

--- shadow/30171	Thu Sep 19 18:43:09 2002
+++ shadow/30171.tmp.12454	Fri Sep 20 06:49:30 2002
@@ -92,6 +92,16 @@
 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.
 
+
+------- Additional Comments From lupus@ximian.com  2002-09-20 06:49 -------
+martin, what does it mean: "we do not distinguish between ref and out
+parameters in MCS since there was no way to get this info from
+reflection"? Is there a bug in the mono runtime? what bug number is it?
+You should fix mcs to work with the ms runtime, that has always been
+the reference platform. If the code doesn't work with the mono
+runtime, then file a bug (unless, of course, the code happens to work
+on the ms runtime, but it shouldn't).
+