bugs.htm 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Language" content="en-us">
  4. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  5. <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
  6. <meta name="ProgId" content="FrontPage.Editor.Document">
  7. <title>Bugs</title>
  8. </head>
  9. <body bgcolor="#FFFFFF" text="#000000">
  10. <table border="1" bgcolor="#007F7F" cellpadding="2">
  11. <tr>
  12. <td bgcolor="#FFFFFF">
  13. <img src="../c++boost.gif" alt="c++boost.gif (8819 bytes)" width="277" height="86"></td>
  14. <td><a href="../index.htm"><font face="Arial" color="#FFFFFF"><big>Home</big></font></a></td>
  15. <td><a href="../libs/libraries.htm"><font face="Arial" color="#FFFFFF"><big>
  16. Libraries</big></font></a></td>
  17. <td><a href="../people/people.htm"><font face="Arial" color="#FFFFFF"><big>
  18. People</big></font></a></td>
  19. <td><a href="faq.htm"><font face="Arial" color="#FFFFFF"><big>FAQ</big></font></a></td>
  20. <td><a href="index.htm"><font face="Arial" color="#FFFFFF"><big>More</big></font></a></td>
  21. </tr>
  22. </table>
  23. <h1>What to do about Boost bugs</h1>
  24. <ol>
  25. <li>Make sure the bug isn't already fixed in the latest sources. The most
  26. recent version of everything on the Boost web site is available from
  27. <a href="http://www.boost.org/more/download.html#CVS">boost public CVS
  28. repository</a>.<br>
  29. &nbsp;</li>
  30. <li>If you are a Boost user, or a Boost developer that doesn't have a CVS
  31. write access: <br>
  32. &nbsp;<ol>
  33. <li>Submit a bug report to either
  34. <a href="http://www.boost.org/more/mailing_lists.htm#users">boost-users list</a>,
  35. <a href="http://www.boost.org/more/mailing_lists.htm#main">boost mailing
  36. list</a>, or our <a href="http://sourceforge.net/tracker/?group_id=7586">bug
  37. tracking facility</a> at SourceForge; submitting it to either of the mailing
  38. lists is a preferred way - because many of the Boost developers read the
  39. lists on a daily basis, this way you are likely to get a quicker response,
  40. and the discussions that often arise there from (possible) bug reports are
  41. quite interesting and educational as well;<br>
  42. &nbsp;</li>
  43. <li>If you have a proposed patch to the code, post it along with your bug
  44. report, preferably in the <em>context diffs</em> format (<code>diff -c</code>);
  45. if you can, send a patch relative to the current CVS state. <br>
  46. &nbsp;</li>
  47. </ol>
  48. </li>
  49. <li>If you are a Boost developer, and you have a CVS write access: <br>
  50. &nbsp;<ol>
  51. <li>If bug is trivial (e.g. misspelled name, missed <code>typename</code>,
  52. etc.), and you are willing to make a fix, either make your changes locally
  53. and contact the library author(s)/maintainer(s) about it, or go ahead and
  54. check the fix into CVS, but post a notification about it to the
  55. <a href="http://www.boost.org/more/mailing_lists.htm#main">boost mailing
  56. list</a> (if the author is not very active on the list, you also might want
  57. to consider <code>cc</code>'ing him as well); <br>
  58. &nbsp;</li>
  59. <li>If bug is non-trivial, or/and you don't have time/resources to fix it,
  60. submit a bug report (see p. 2 above); chances are that the maintainer(s)
  61. will respond promptly and take care of the problem; <br>
  62. &nbsp;</li>
  63. <li>Otherwise create a temporary branch in CVS, make your changes there, and
  64. ask the library author(s)/maintainer(s) to review them; if they are ok with
  65. the new code, either you or they can integrate the fixes into the main
  66. trunk. </li>
  67. </ol>
  68. </li>
  69. </ol>
  70. <hr>
  71. <p>Contributed by <a href="../people/aleksey_gurtovoy.htm">Aleksey Gurtovoy</a></p>
  72. <p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->18 January, 2002<!--webbot bot="Timestamp" i-checksum="38453" endspan -->
  73. </p>
  74. </body>
  75. </html>
粤ICP备19079148号