Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / week_2004_02_15.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
4 <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6    <meta name="generator" content="Movable Type 5.2.3" />
7
8    <link rel="stylesheet" href="http://defaria.com/blogs/Status/styles-site.css" type="text/css" />
9    <link rel="alternate" type="application/atom+xml" title="Atom" href="http://defaria.com/blogs/Status/atom.xml" />
10    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://defaria.com/blogs/Status/index.xml"$>" />
11
12    <title>Status for Andrew DeFaria: February 15, 2004 - February 21, 2004 Archives</title>
13
14    <link rel="start" href="http://defaria.com/blogs/Status/" title="Home" />
15    <link rel="prev" href="http://defaria.com/blogs/Status/archives/week_2004_02_08.html" title="February  8, 2004 - February 14, 2004" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/week_2004_02_22.html" title="February 22, 2004 - February 28, 2004" />
17 </head>
18 <body class="layout-one-column">
19    <div id="container">
20       <div id="container-inner" class="pkg">
21
22          <div id="banner">
23             <div id="banner-inner" class="pkg">
24                <h1 id="banner-header"><a href="http://defaria.com/blogs/Status/" accesskey="1">Status for Andrew DeFaria</a></h1>
25                <h2 id="banner-description">Searchable status reports and work log</h2>
26             </div>
27          </div>
28
29          <div id="pagebody">
30             <div id="pagebody-inner" class="pkg">
31                <div id="alpha">
32                   <div id="alpha-inner" class="pkg">
33                      
34                      <p class="content-nav">
35                         <a href="http://defaria.com/blogs/Status/archives/week_2004_02_08.html">&laquo; February  8, 2004 - February 14, 2004</a> |
36                         <a href="http://defaria.com/blogs/Status/">Main</a>
37                         | <a href="http://defaria.com/blogs/Status/archives/week_2004_02_22.html">February 22, 2004 - February 28, 2004 &raquo;</a>
38                      </p>
39                      
40                      
41                      
42
43                      <h2 class="date-header">February 19, 2004</h2>
44                      <a id="a000141"></a>
45                      <div class="entry" id="entry-141">
46                         <h3 class="entry-header">build_view bug</h3>
47                         <div class="entry-content">
48                            <div class="entry-body">
49                               <p>Fixed bug in build_view:</p>
50
51 <p>Fixed problem counting errors in output. This is a common problem: How do you distinguish between real errors and file elements or variable that contain the string "error". The approach was:</p>
52    
53 <tt>
54 errors=$(grep -i error $card.build.log | grep -v "Errors: 0" | grep -vc "cli_errors.c")
55 </tt>
56    
57 <p>which looks for errors in general, weeds out the "Errors: 0" that the NP complier puts out and then makes an exception for the file element named cli_errors.c. Well with onu2311 comes new output that contains the string "error" but is not an error. Notably:</p>
58    
59 <tt>
60 dmt_main.c: In function `reportErrorPort':<br>
61 dmt_main.c:274: warning: implicit declaration of function `resetPortErrorCounts'
62 </tt>
63    
64 <p>For now we will make an exceptions for "ErrorPort" and "PortError" but this is not an ideal solution to the problem in general.</p>
65                               
66                               <p class="entry-footer">
67                                  <span class="post-footers">Posted by  at 10:54 AM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000141.html">Permalink</a>
68                                  
69                                  
70                               </p>
71                            </div>
72                         </div>
73                      </div>
74                      
75                      
76
77                      <h2 class="date-header">February 18, 2004</h2>
78                      <a id="a000140"></a>
79                      <div class="entry" id="entry-140">
80                         <h3 class="entry-header">WebSAM Testing</h3>
81                         <div class="entry-content">
82                            <div class="entry-body">
83                               <p>More WebSAM Testing. Almost done...</p>
84                               
85                               <p class="entry-footer">
86                                  <span class="post-footers">Posted by  at  5:37 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000140.html">Permalink</a>
87                                  
88                                  
89                               </p>
90                            </div>
91                         </div>
92                      </div>
93                      
94                   </div>
95                </div>
96             </div>
97          </div>
98       </div>
99    </div>
100 </body>
101 </html>