Bugzilla – Bug 315288
[PATCH] Remove "Compilation succeeded" message via --quiet commandline option
Last modified: 2007-09-15 21:24:23 UTC
---- Reported by wsf@fultondesigns.co.uk 2004-06-28 17:31:31 MST ---- I'm attaching patch which adds a --quiet commandline to suppress the "Compilation succeeded" message, but only when there are no warnings or errors. Please consider the patch for the 1.0 release as some of us find the display of this message useless noise when compiling large numbers of files and would prefer the more conventional approach of being completely quiet unless there is a problem to report. ---- Additional Comments From wsf@fultondesigns.co.uk 2004-06-29 00:52:07 MST ---- Created an attachment (id=166361) patch to add in a --quiet commandline option ---- Additional Comments From bmaurer@users.sf.net 2004-06-30 10:17:27 MST ---- If there are warnings, this will show '- ...'. You should have `Compilation succeeded -- X warnings' 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:30 MST ---- Created an attachment (id=166362) Ben Maurer comments addressed and adds -q short form of option ---- Additional Comments From wsf@fultondesigns.co.uk 2004-07-03 11:31:37 MST ---- 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 :) ---- Additional Comments From wsf@fultondesigns.co.uk 2004-07-03 11:33:35 MST ---- Created an attachment (id=166363) "Compilation succeeded" removed when zero errors/warnings - restored with a --noquiet commandline option ---- Additional Comments From bmaurer@users.sf.net 2004-07-03 11:54:15 MST ---- noquiet is usually called verbose (-v usually) ---- Additional Comments From wsf@fultondesigns.co.uk 2004-07-03 13:07:31 MST ---- Unfortunately there is already a -v verbose option. See mcs -help2. ---- Additional Comments From miguel@ximian.com 2004-12-08 23:16:11 MST ---- Removed the message Imported an attachment (id=166361) Imported an attachment (id=166362) Imported an attachment (id=166363)