File: bugs.htm

package info (click to toggle)
boost 1.27.0-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 19,908 kB
  • ctags: 26,546
  • sloc: cpp: 122,225; ansic: 10,956; python: 4,412; sh: 855; yacc: 803; makefile: 257; perl: 165; lex: 90; csh: 6
file content (81 lines) | stat: -rw-r--r-- 3,840 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Bugs</title>
</head>

<body bgcolor="#FFFFFF" text="#000000">

<table border="1" bgcolor="#007F7F" cellpadding="2">
  <tr>
    <td bgcolor="#FFFFFF">
    <img src="../c++boost.gif" alt="c++boost.gif (8819 bytes)" width="277" height="86"></td>
    <td><a href="../index.htm"><font face="Arial" color="#FFFFFF"><big>Home</big></font></a></td>
    <td><a href="../libs/libraries.htm"><font face="Arial" color="#FFFFFF"><big>
    Libraries</big></font></a></td>
    <td><a href="../people/people.htm"><font face="Arial" color="#FFFFFF"><big>
    People</big></font></a></td>
    <td><a href="faq.htm"><font face="Arial" color="#FFFFFF"><big>FAQ</big></font></a></td>
    <td><a href="index.htm"><font face="Arial" color="#FFFFFF"><big>More</big></font></a></td>
  </tr>
</table>
<h1>What to do about Boost bugs</h1>
<ol>
  <li>Make sure the bug isn't already fixed in the latest sources. The most 
  recent version of everything on the Boost web site is available from
  <a href="http://www.boost.org/more/download.html#CVS">boost public CVS 
  repository</a>.<br>
&nbsp;</li>
  <li>If you are a Boost user, or a Boost developer that doesn't have a CVS 
  write access: <br>
&nbsp;<ol>
    <li>Submit a bug report to either
    <a href="http://www.boost.org/more/mailing_lists.htm#users">boost-users list</a>,
    <a href="http://www.boost.org/more/mailing_lists.htm#main">boost mailing 
    list</a>, or our <a href="http://sourceforge.net/tracker/?group_id=7586">bug 
    tracking facility</a> at SourceForge; submitting it to either of the mailing 
    lists is a preferred way - because many of the Boost developers read the 
    lists on a daily basis, this way you are likely to get a quicker response, 
    and the discussions that often arise there from (possible) bug reports are 
    quite interesting and educational as well;<br>
&nbsp;</li>
    <li>If you have a proposed patch to the code, post it along with your bug 
    report, preferably in the <em>context diffs</em> format (<code>diff -c</code>); 
    if you can, send a patch relative to the current CVS state. <br>
&nbsp;</li>
  </ol>
  </li>
  <li>If you are a Boost developer, and you have a CVS write access: <br>
&nbsp;<ol>
    <li>If bug is trivial (e.g. misspelled name, missed <code>typename</code>, 
    etc.), and you are willing to make a fix, either make your changes locally 
    and contact the library author(s)/maintainer(s) about it, or go ahead and 
    check the fix into CVS, but post a notification about it to the
    <a href="http://www.boost.org/more/mailing_lists.htm#main">boost mailing 
    list</a> (if the author is not very active on the list, you also might want 
    to consider <code>cc</code>'ing him as well); <br>
&nbsp;</li>
    <li>If bug is non-trivial, or/and you don't have time/resources to fix it, 
    submit a bug report (see p. 2 above); chances are that the maintainer(s) 
    will respond promptly and take care of the problem; <br>
&nbsp;</li>
    <li>Otherwise create a temporary branch in CVS, make your changes there, and 
    ask the library author(s)/maintainer(s) to review them; if they are ok with 
    the new code, either you or they can integrate the fixes into the main 
    trunk. </li>
  </ol>
  </li>
</ol>
<hr>
<p>Contributed by <a href="../people/aleksey_gurtovoy.htm">Aleksey Gurtovoy</a></p>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->18 January, 2002<!--webbot bot="Timestamp" i-checksum="38453" endspan -->
</p>

</body>

</html>