[Mono-bugs] [Bug 77353][Min] Changed - delegate generation might have to cope with local conflicts.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Feb 6 15:17:43 EST 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 marek.safar at seznam.cz.

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

--- shadow/77353	2006-01-30 02:02:00.000000000 -0500
+++ shadow/77353.tmp.6798	2006-02-06 15:17:43.000000000 -0500
@@ -71,6 +71,13 @@
 The solution is not straight forward.  The MS compiler sometimes
 renames the parameters, and sometimes produces methods with two
 parameters names with the same name which might indicate a partial
 workaround in their compiler.
 
 
+
+------- Additional Comments From marek.safar at seznam.cz  2006-02-06 15:17 -------
+My suggestion is everywhere we merge user entered parameters with
+compiler generated we should check for collision and add as many
+underscores as needed.
+
+e.g. Parameter.AddCompilerGenerated (params Parameter[] args)


More information about the mono-bugs mailing list