
The release branch (https://svn.boost.org/svn/boost/branches/release) is open for merging all stable changes from trunk, including bug fixes and major upgrades to existing libraries. Breaking changes should be coordinated via the mailing list with the developers of the other libraries affected. New libraries may be added, but require permission of a release manager. In other words, merging *does not* require permission from a release manager, except for new libraries. Boost Calendar with the release schedule: http://www.boost.org/development/index.html Release schedule explanation: http://svn.boost.org/trac/boost/wiki/ReleaseSchedule Release practices for developers: http://svn.boost.org/trac/boost/wiki/ImprovingPractices -- The Release Managers, Beman Dawes Daniel James Eric Niebler Rene Rivera Vladimir Prus

Hi, I am working on fixes to the uuid library that I have just recently added to trunk. When I look at the regressions (http://tinyurl.com/yjyezsb) I see 4 test run for the uuid library. I have created more test than that and I don't know why they are not running/reported. Would someone point me in the right direction to figure this out? Regards, Andy Tompkins

AMDG Andy Tompkins wrote:
I am working on fixes to the uuid library that I have just recently added to trunk. When I look at the regressions (http://tinyurl.com/yjyezsb) I see 4 test run for the uuid library. I have created more test than that and I don't know why they are not running/reported.
Would someone point me in the right direction to figure this out?
You should use the run rule instead of the unit-test rule. In Christ, Steven Watanabe

On Mon, 30 Nov 2009 07:13 -0800, "Steven Watanabe" <watanabesj@gmail.com> wrote:
AMDG
Andy Tompkins wrote:
I am working on fixes to the uuid library that I have just recently added to trunk. When I look at the regressions (http://tinyurl.com/yjyezsb) I see 4 test run for the uuid library. I have created more test than that and I don't know why they are not running/reported.
Would someone point me in the right direction to figure this out?
You should use the run rule instead of the unit-test rule.
Thank you very much. Andy Tompkins
In Christ, Steven Watanabe
participants (3)
-
Andy Tompkins
-
Beman Dawes
-
Steven Watanabe