9 Jun
2008
9 Jun
'08
7:56 a.m.
On Mon, Jun 9, 2008 at 1:43 PM, Dan McGee <dpmcgee@gmail.com> wrote:
Why not screen it down to errors only? That way we don't hid those if they occur, but the warnings that these messages omit will be gone.
I would rather not have special case handling for these in the backend code.
Ah yes of course, that sounds even better. If warning and errors messages are defined correctly (as they should), then that is just fine; warnings can be silently ignored. But otherwise, that is what is wrong about the way -Sp and -Sw are currently implemented : it is full of special case handling everywhere in the code. And trying to fix that is.. impossible.