[Mono-bugs] [Bug 60842][Wis] Changed - [PATCH] Remove "Compilation succeeded" message via --quiet commandline option
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 3 Jul 2004 11:31:37 -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 wsf@fultondesigns.co.uk.
http://bugzilla.ximian.com/show_bug.cgi?id=60842
--- shadow/60842 2004-07-03 11:09:30.000000000 -0400
+++ shadow/60842.tmp.8311 2004-07-03 11:31:37.000000000 -0400
@@ -36,6 +36,16 @@
Also, I think you might want to add a short form of the option.
------- Additional Comments From wsf@fultondesigns.co.uk 2004-07-03 11:09 -------
Created an attachment (id=8445)
Ben Maurer comments addressed and adds -q short form of option
+
+------- Additional Comments From wsf@fultondesigns.co.uk 2004-07-03 11:31 -------
+My preferred option would be for mcs to be quiet by default following
+in the footsteps of the majority of other compilers. There was very
+little feedback when I brought this up on the mailing list, obviously
+not an important detail. So I'm attaching my preferred patch which
+removes the "Compilation succeeded" message by default and introduces
+a --noquiet option instead to restore the message.
+
+Take your pick :)