Bug Sprint daily update for Monday, June 7th

As of 0800 Pacific time today, we had 958 open trac tickets. That is down by 30 from yesterday, and 31 since the start of the bug sprint. Great work, everyone! Thanks especially to Steven W, Andy W, and Viboes for all their work. Activity summary for yesterday: New tickets: 3 Modified: 38 Closed: 34 Reopened: 1 Today, rather than the summary totals for yesterday, I have deltas; changes in the totals. If you'ld like to see the totals, they are available online at: Open ticket count by owner: https://svn.boost.org/trac/boost/report/18 Open ticket count by component: https://svn.boost.org/trac/boost/report/19 Open ticket count by type https://svn.boost.org/trac/boost/report/20 (Overwhelmingly, these are 'bugs') Open ticket count by milestone: https://svn.boost.org/trac/boost/report/21 (All changes are since the start of the bug sprint; 0800 PDT Saturday June 5th) Changed totals by library: None -16 thread -12 Building Boost -2 date_time -2 GIL -1 asio -1 filesystem -1 function -1 fusion -1 iterator -1 quickbook -1 Documentation 1 circular_buffer 1 foreach 1 interprocess 1 intrusive 1 mpi 1 mpl 1 pool 1 program_options 1 serialization 1 Python 2 utility 2 build 5 Changed totals by author: <none> -25 anthonyw -11 djowel -6 az_sw_dude -2 bemandawes -1 bschaeling -1 chris_kohlhoff -1 dlwalker -1 hljin -1 speedsnail -1 agurtovoy 1 cnewbold 1 danielw 1 eric_niebler 1 jano_gaspar 1 matias 1 niels_dekker 1 no-maintainer 1 pdimov 1 ramey 1 witt 1 igaztanaga 2 danieljames 4 vladimir_prus 9 Changed totals by category: Bugs -17 Feature Requests -5 Patches 1 Support Requests 1 -- Marshall

----- Original Message ----- From: "Marshall Clow" <mclow.lists@gmail.com> To: <boost@lists.boost.org> Sent: Monday, June 07, 2010 5:06 PM Subject: [boost] Bug Sprint daily update for Monday, June 7th
As of 0800 Pacific time today, we had 958 open trac tickets. That is down by 30 from yesterday, and 31 since the start of the bug sprint.
Great work, everyone! Thanks especially to Steven W, Andy W, and Viboes for all their work.
I would thank particularly Anthony W. that made a good sprint this morning (GMT time), closing 14 tickets on Boost.Thread. Anthony, there are yet 14 tickets with patches in Boost.Thread. Let us know if you need we provide something more related to these patched tickets, tests, .... There are others, as I reported yesterday, that should be quite simple to patch. Let me know if you want I work on some of them. It would be great if Boost.Thread goes under the threshold of 50 tickets at the end of the Sprint :) Best, VIcente BOtet EScriba

"vicente.botet" <vicente.botet@wanadoo.fr> writes:
I would thank particularly Anthony W. that made a good sprint this morning (GMT time), closing 14 tickets on Boost.Thread.
Thanks Vicente. Your emails listing suspected duplicates or "easy fixes" helped with that.
Anthony, there are yet 14 tickets with patches in Boost.Thread. Let us know if you need we provide something more related to these patched tickets, tests, .... There are others, as I reported yesterday, that should be quite simple to patch. Let me know if you want I work on some of them. It would be great if Boost.Thread goes under the threshold of 50 tickets at the end of the Sprint :)
I intend to close a few tickets every day this week, so the numbers should come down. Patches are always welcome, as are suggested directions or places to start if you have any ideas on tickets without patches. Anthony -- Author of C++ Concurrency in Action http://www.stdthread.co.uk/book/ just::thread C++0x thread library http://www.stdthread.co.uk Just Software Solutions Ltd http://www.justsoftwaresolutions.co.uk 15 Carrallack Mews, St Just, Cornwall, TR19 7UL, UK. Company No. 5478976

----- Original Message ----- From: "Anthony Williams" <anthony.ajw@gmail.com> To: <boost@lists.boost.org> Sent: Monday, June 07, 2010 11:17 PM Subject: Re: [boost] Bug Sprint daily update for Monday, June 7th
"vicente.botet" <vicente.botet@wanadoo.fr> writes:
I would thank particularly Anthony W. that made a good sprint this morning (GMT time), closing 14 tickets on Boost.Thread.
Thanks Vicente. Your emails listing suspected duplicates or "easy fixes" helped with that.
You are welcome.
Anthony, there are yet 14 tickets with patches in Boost.Thread. Let us know if you need we provide something more related to these patched tickets, tests, .... There are others, as I reported yesterday, that should be quite simple to patch. Let me know if you want I work on some of them. It would be great if Boost.Thread goes under the threshold of 50 tickets at the end of the Sprint :)
I intend to close a few tickets every day this week, so the numbers should come down. Patches are always welcome, as are suggested directions or places to start if you have any ideas on tickets without patches.
I will start tomorrow with the following don't needing documentation change. #2747 inline warning new anthonyw Bugs Problem 7 months #3179 Sleep with local_time new anthonyw Bugs Problem 7 months #3244 XLC warnings about missing "private" keyword when extending boost::noncopyable new anthonyw Bugs Problem 7 months #3812 global namespace polution new anthonyw Bugs Problem 5 months Best, Vicente

Hi, ----- Original Message ----- From: "vicente.botet" <vicente.botet@wanadoo.fr> To: <boost@lists.boost.org> Sent: Tuesday, June 08, 2010 12:15 AM Subject: Re: [boost] Bug Sprint daily update for Monday, June 7th
I will start tomorrow with the following don't needing documentation change.
#2747 inline warning new anthonyw Bugs Problem 7 months
Just declare the forward declared function inline. inline bool timed_wait(unique_lock<mutex>& m,boost::system_time const& wait_until); Patch attached to ticket.
#3179 Sleep with local_time new anthonyw Bugs Problem 7 months
This is already implemented, but the documentation is not updated.
#3244 XLC warnings about missing "private" keyword when extending boost::noncopyable new anthonyw Bugs Problem 7 months
Following the update to follow more closely C++0X delete operation, instead of inheriting from boost::noncopyable, we can replace by the explicit private constructors private: mutex(mutex const&); mutex& operator=(mutex const&); Patch attached to ticket.
#3812 global namespace polution new anthonyw Bugs Problem 5 months I will do this one tomorow.
Best, Vicente
participants (3)
-
Anthony Williams
-
Marshall Clow
-
vicente.botet