On Monday, 29 January 2007 at 16:39, Dennis Schridde wrote:
> Looks nice! Why did you use tee and not output-redirection to create 
> make-out.tmp?
> What I wonder about is that with the sort you use lines like
>  ../lib/sound/track.c: In function ‘sound_PauseTrack’:
>  ../lib/sound/track.c:504: warning: comparison between signed and unsigned
> might (will?) loose their connection...

Yeah, and I don't get error messages there as well. That's what the tee
is for, you get the usual output for context, and the diff gives the
changes in the warning messages.

> Maybe the script could be enhanced so it can set a reference point (eg before 
> work, so you don't have compare small incremental steps, but can also look a 
> little further back and see not only what you changed in the last minutes, 
> but also what you changed since your last commit.)

Well, my script is of the quick and dirty variant, it just works good
when compiling the same set of files.

-- 
"I can remember when a good politician had to be 75 percent ability and 25
percent actor, but I can well see the day when the reverse could be true."
                -- Harry Truman

_______________________________________________
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev

Reply via email to