Trac lists not all available libraries

Hi, it happened already some times that I tried to report a bug in Trac but could not select the proper library. Yesterday I missed e.g. accumulators. Can you please update it? Is there an easy way to directly contact a submitter if I only know his Subversion account? Can I just append @boost.org or something like this? It is currently hard to find the email address even if one can guess the name as the address is often either just not displayed (web site, even on the people section) or obfuscated by the mail archive. Even spam protection does not excuse this. If one is willing to work on an Open Source project it should be possible to find contact data. Jens

Jens Seidel <jensseidel@users.sf.net> wrote:
it happened already some times that I tried to report a bug in Trac but could not select the proper library. Yesterday I missed e.g. accumulators.
Can you please update it?
Is there an easy way to directly contact a submitter if I only know his Subversion account? Can I just append @boost.org or something like this?
It is currently hard to find the email address even if one can guess the name as the address is often either just not displayed (web site, even on the people section) or obfuscated by the mail archive. Even spam protection does not excuse this. If one is willing to work on an Open Source project it should be possible to find contact data.
In the boost source tree, <libs/maintainers.txt> contains a list of libraries and maintainers. I'll add accumulators to the trac system. -- -- Marshall Marshall Clow Idio Software <mailto:marshall@idio.com> It is by caffeine alone I set my mind in motion. It is by the beans of Java that thoughts acquire speed, the hands acquire shaking, the shaking becomes a warning. It is by caffeine alone I set my mind in motion.

On Sun, Jan 06, 2008 at 09:41:29AM -0800, Marshall Clow wrote:
Jens Seidel <jensseidel@users.sf.net> wrote:
it happened already some times that I tried to report a bug in Trac but could not select the proper library. Yesterday I missed e.g. accumulators.
Can you please update it?
In the boost source tree, <libs/maintainers.txt> contains a list of libraries and maintainers.
Thanks! Please note that this file is also incomplete (misses "archive", ...)
I'll add accumulators to the trac system.
I compared all directories in boost/ with current options in trac (and missed that's why all libraries without a separate subdirectory) and got the following pseudo-patch: -accumulator -any +accumulators +algorithm +archive asio assign bimap bind bjam build -call_traits circular_buffer +compatibility +concept concept_check config -crc date_time -disjoint_sets dynamic_bitset filesystem -foreach format function functional +function_types fusion gil graph -hash integer interprocess +intrusive io iostreams iterator -lexical_cast +lambda logic math mpi @@ -36,12 +36,13 @@ multi_array multi_index numeric -operators optional parameter +pending pool +preprocessor program_options -property_map +property_tree ptr_container python quickbook @@ -53,20 +54,14 @@ smart_ptr spirit statechart -static_assert -string_algo system test thread tr1 -threads -timer -tokenizer tuple type_traits typeof -uBLAS -unordered +utility variant wave website You prabably have to add all lines stating with +. Some (but not all as explained) lines starting with - can be removed ... Jens
participants (2)
-
Jens Seidel
-
Marshall Clow