[Mono-bugs] [Bug 47016][Nor] Changed - The generator is writing incorrect method signatures for virtual/overrides
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 13 Oct 2003 19:00:03 -0400 (EDT)
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 jluke@cfl.rr.com.
http://bugzilla.ximian.com/show_bug.cgi?id=47016
--- shadow/47016 2003-10-12 23:46:07.000000000 -0400
+++ shadow/47016.tmp.6194 2003-10-13 19:00:03.000000000 -0400
@@ -66,6 +66,14 @@
+ <remarks>To be added</remarks>
------- Additional Comments From duncan@ximian.com 2003-10-12 23:46 -------
Created an attachment (id=5572)
The fix is generating a lot of diffs for the Finalize method, this script goes thru the files and specifically fixes the virtual/override change for Finalize
+
+------- Additional Comments From jluke@cfl.rr.com 2003-10-13 19:00 -------
+thanks, I fixed the finalize sigs in cvs after making two small
+fixes in your tool:
+remove the Console.ReadLine
+change the SetValue to ("Value", after)
+
+can you commit the updater patch?