
David Abrahams wrote:
Are you really testing CW 7.x?
Hmm - I thought I was. Actually I'm not doing the testing. I'm just relying on the table of test results which refers to compiler "CW" So I don't really know what version it is. CWPro9 fails export and wide char tests on my machine when built for debug and CWPro8 fails tests on Rene's machine and he builds for release. So I just assumed the CW referred to some previous version. Since it was passing I never had to find out what it really was.
If you really count on the result of is_convertible being true when it should be, then no, you don't have enough tests.
FWIW, I dropped CW 7.x support in Boost.Python and the iterators library when CW 9 came out and have not received a single complaint. I think VC6 is arguably the only 2-version-old compiler that might warrant continued support.
I never set out to make CW pass. It just did. I have spent time with CWPro as Rene expressed an interest and has been willing to help. The same goes for Borland where Pavel Vozenilek invested most of the effort. I wouldn't have done either of these were it not for this. I should say they did take a lot more effort than I originally anticipated - but then that applies to just about everything I do. Generally, I would agree that it makes no sense to spend effort to accommodate a compiler for which an upgrade is available. I wonder if having them in our test matrix creates a subtle pressure on developers to do the otherwise un-necessary work. It sort of plays on the obsessive aspect of the typical software developer personality. Robert Ramey

Robert Ramey wrote:
David Abrahams wrote:
Are you really testing CW 7.x?
Hmm - I thought I was. Actually I'm not doing the testing. I'm just relying on the table of test results which refers to compiler "CW" So I don't really know what version it is.
It's 9.2, or possibly 9.3. Stefan should really label the version. Stefan: if you tell me which version you are running I can add a toolset into CVS for it. -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq

Rene Rivera wrote:
It's 9.2, or possibly 9.3. Stefan should really label the version.
It's 9.2. I've added a comment.html to my tests yesterday, there should be more information.
Stefan: if you tell me which version you are running I can add a toolset into CVS for it.
This would be fine! Could you do the same for Intel 8? Thanks, Stefan

Stefan Slapeta wrote:
Rene Rivera wrote:
Stefan: if you tell me which version you are running I can add a toolset into CVS for it.
This would be fine! Could you do the same for Intel 8?
Both added: cw-9.2-tools.jam, and intel-win32-8.0-tools.jam. -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq
participants (3)
-
Rene Rivera
-
Robert Ramey
-
Stefan Slapeta