This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, committed] Adjust bugs/management.html


> [Various suggestions deleted]

Yes, all taken and committed. Patch is appended.

> Neither of us is a native speaker, so take with a grain of salt. ;-)

I think we both speak English well enough to be able to point out stylistic 
things. I.e., actually I only know that you are writing decently, Austrians 
are famous here for their accent ("Let's take da choppah!" -- soon in movie 
theaters again ;-)

W.





Index: management.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/bugs/management.html,v
retrieving revision 1.11
diff -c -r1.11 management.html
*** management.html	19 Jun 2003 14:41:45 -0000	1.11
--- management.html	20 Jun 2003 13:55:10 -0000
***************
*** 74,81 ****
  once in a while, old reports will need to be rechecked, to find out
  whether the bug still exists.
  
! <p>For reports in components C, C++, and optimization, we require that there is
! a reduced, small testcase before a report can be put into this state. This
  makes sure that all NEW reports are really analyzed and are ready to be handed
  off to the people actually fixing bugs.</p>
  </dd>
--- 74,81 ----
  once in a while, old reports will need to be rechecked, to find out
  whether the bug still exists.
  
! <p>For reports in components "C", "C++", and "optimization", we require that
! there is a reduced, small testcase before they can be put into this state. This
  makes sure that all NEW reports are really analyzed and are ready to be handed
  off to the people actually fixing bugs.</p>
  </dd>
***************
*** 156,167 ****
  <h3 align="center" id="severity">Severity</h3>
  This field describes the impact of a bug.
  <table>
! <tr><th>Critical</th><td>crashes, memory leak and similar problems on code that
! is written in a common enough style to affect a significant fraction of
  users</td></tr>
! <tr><th>Normal</th><td>major loss of function </td></tr>
! <tr><th>Minor</th><td>minor loss of function, misspelled word, or other problem
! where an easy workaround is present </td></tr>
  <tr><th>Enhancement</th><td>Request for enhancement</td></tr>
  </table> 
  
--- 156,167 ----
  <h3 align="center" id="severity">Severity</h3>
  This field describes the impact of a bug.
  <table>
! <tr><th>Critical</th><td>crashes, memory leaks and similar problems on code
! that is written in a common enough style to affect a significant fraction of
  users</td></tr>
! <tr><th>Normal</th><td>major loss of functionality </td></tr>
! <tr><th>Minor</th><td>minor loss of functionality, misspelled word, or other
! problem where an easy workaround exists </td></tr>
  <tr><th>Enhancement</th><td>Request for enhancement</td></tr>
  </table> 
  

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]