cons-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

standard error messages


From: Kolarik, Tony
Subject: standard error messages
Date: Fri, 13 Oct 2000 09:57:13 -0400

I'd like to have an easy way to parse a log file for any errors encountered
when building with cons.  

Here's a diff against 2.1.2 that attempts to categorize exit conditions and
report them accordingly.
I kept it simple and didn't do a lot of analysis of what could have caused
the errors and ended up with:
        cons usage_error: 
        cons build_error:
        cons error: 

I also added:
        cons warning: 

Now I can grep for: 
        /cons [a-z_]*error:/
(and no doubt someone has a better regexp for me too :-) 
 -- Tony K.

 <<err_msgs.diff>> 

Attachment: err_msgs.diff
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]