Code freeze is coming up - please look at "showstoppers" and "regressions"

There are 25 open tickets marked as "showstoppers" https://svn.boost.org/trac/boost/report/29 and 13 more marked as "regressions" https://svn.boost.org/trac/boost/report/30 How many of these be closed/resolved before the 1.42 code freeze? -- Marshall

Hi, ----- Original Message ----- From: "Marshall Clow" <mclow.lists@gmail.com> To: <boost@lists.boost.org> Sent: Friday, January 08, 2010 8:48 PM Subject: [boost] Code freeze is coming up - please look at "showstoppers"and "regressions"
There are 25 open tickets marked as "showstoppers" https://svn.boost.org/trac/boost/report/29
and 13 more marked as "regressions" https://svn.boost.org/trac/boost/report/30
How many of these be closed/resolved before the 1.42 code freeze?
it seems to me that #2330 thread::interrupt() can be lost if condition_variable::wait() in progress and #3735 thread_group::interrupt_all() is unreliable are both related. Anthony? Best, Vicente

"vicente.botet" <vicente.botet@wanadoo.fr> writes:
it seems to me that #2330 thread::interrupt() can be lost if condition_variable::wait() in progress and #3735 thread_group::interrupt_all() is unreliable are both related. Anthony?
Yes, they're the same problem. I don't currently have a fix, but I'm working on it. 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
participants (3)
-
Anthony Williams
-
Marshall Clow
-
vicente.botet