New libraries deadline approaching

Boosters, the deadline for merge of new libraries to 1.42 is Dec 14. So far, the only library that was added to trunk relative to 1.41 is uuid. Andy, does it seem like merge to release branch is possible by Dec 14? Do you need any assistance? It seems that you have succeeded in integrating the tests into the regression framework. However, one test -- test_generators, appear to fail on all platforms and test_uuid fails on a bunch as well. If the test failures are unclear, you might want to ask platform experts for help, while there is time. The next deadline will be Jan 4, when the release branch will be closed for major code changes. -- The Release Managers, Beman Dawes Daniel James Eric Niebler Rene Rivera Vladimir Prus

I was just going to open a ticket about the test failures in Mingw 4.4.1, but i don't see uuid in the component list. Can it be added? -- View this message in context: http://old.nabble.com/New-libraries-deadline-approaching-tp26674083p26676012... Sent from the Boost - Dev mailing list archive at Nabble.com.

On Dec 7, 2009, at 3:40 AM, Richard Webb wrote:
I was just going to open a ticket about the test failures in Mingw 4.4.1, but i don't see uuid in the component list. Can it be added?
Done. It is currently marked as having "no maintainer", because I couldn't find a Trac ID for Andy. -- Marshall

On Mon, 07 Dec 2009 07:18 -0800, "Marshall Clow" <mclow.lists@gmail.com> wrote:
On Dec 7, 2009, at 3:40 AM, Richard Webb wrote:
I was just going to open a ticket about the test failures in Mingw 4.4.1, but i don't see uuid in the component list. Can it be added?
Done.
It is currently marked as having "no maintainer", because I couldn't find a Trac ID for Andy.
I filed in my name in track under preferenced and accepted the issue.
-- Marshall
Regards, Andy.

On Dec 8, 2009, at 8:57 AM, Andy Tompkins wrote:
On Mon, 07 Dec 2009 07:18 -0800, "Marshall Clow" <mclow.lists@gmail.com> wrote:
On Dec 7, 2009, at 3:40 AM, Richard Webb wrote:
I was just going to open a ticket about the test failures in Mingw 4.4.1, but i don't see uuid in the component list. Can it be added?
Done.
It is currently marked as having "no maintainer", because I couldn't find a Trac ID for Andy.
I filed in my name in track under preferenced and accepted the issue.
I've marked you as the maintainer of uuid now ;-) -- Marshall

Hi, On Mon, 07 Dec 2009 11:30 +0300, "Vladimir Prus" <ghost@cs.msu.su> wrote:
Boosters,
the deadline for merge of new libraries to 1.42 is Dec 14. So far, the only library that was added to trunk relative to 1.41 is uuid.
Andy, does it seem like merge to release branch is possible by Dec 14?
Yes I think it is quite possible.
Do you need any assistance?
Yes, I could use some. Read below about the test_generators failure below.
It seems that you have succeeded in integrating the tests into the regression framework. However, one test -- test_generators, appear to fail on all platforms and test_uuid fails on a bunch as well. If the test failures are unclear, you might want to ask platform experts for help, while there is time.
I have just committed a fix for test_uuid. It is an issue with creating a hash for a uuid. My test results are for a 32-bit machine. I believe my fix will now also work for 64-bit machines. The failure for test_generators is with the name_generator and wide strings. I have learned that most platforms / compilers have sizeof(wchar_t) != 2 and I wrote me test for sizeof(wchar_t) == 2. I believe the results are correct, but my tests don't show that. I push the bytes of the string through a sha1 function and need the hash to be the same for the same string regardless of the size of wchar_t (I believe). I may just remove the wide character support (and place a example in the docs of how it could be done) until a better solution is found. Does anyone have another solution? Regards, Andy Tompkins

Hi, I opened a ticket about some Mingw failures @ https://svn.boost.org/trac/boost/ticket/3727. (It isn't currently assigned to anyone.) -- View this message in context: http://old.nabble.com/New-libraries-deadline-approaching-tp26674083p26692456... Sent from the Boost - Dev mailing list archive at Nabble.com.
participants (5)
-
Andy Tompkins
-
Marshall Clow
-
Richard Webb
-
Scott McMurray
-
Vladimir Prus