Re: Test Dependencies

2008-01-10 Thread Martin Sebor
Eric Lemings wrote: It seems that most of the tests depend on nothing more than the C++ standard library and the RWTest library. Others have some dependencies that are not so obvious. Some require the TOPDIR environment variable defined, some locale tests require the locales database files,

Re: svn commit: r610849 - /incubator/stdcxx/branches/autotools/

2008-01-10 Thread Andrew Black
Greetings Travis. Subversion does allow editing of change logs, though the process isn't the most straight forward. One description of the process can be found at http://svnbook.red-bean.com/en/1.4/svn.reposadmin.maint.html#svn.reposadmin.maint.setlog . I believe we have access to the 'svn

RE: svn commit: r610849 - /incubator/stdcxx/branches/autotools/

2008-01-10 Thread Travis Vitek
Brad, We use a slightly modified version of the GNU ChangeLog format to describe all changes that are committed to subversion for the stdcxx project. There is a quick overview of the ChangeLog format at http://incubator.apache.org/stdcxx/bugs.html#patches, and a more detailed description at

Re: svn commit: r610849 - /incubator/stdcxx/branches/autotools/

2008-01-10 Thread Martin Sebor
Andrew Black wrote: Greetings Travis. Subversion does allow editing of change logs, though the process isn't the most straight forward. One description of the process can be found at http://svnbook.red-bean.com/en/1.4/svn.reposadmin.maint.html#svn.reposadmin.maint.setlog . I believe we have

RE: GNU Autotools Branch?

2008-01-10 Thread Eric Lemings
This branch is now in the Apache STDCXX Subversion repository. Read the TODO file for some help getting started using the branch. Note, this is just a baseline for further development. Many of the necessary config macros are not yet included in the branch. Eric. -Original Message-

Re: GNU Autotools Branch?

2008-01-10 Thread Martin Sebor
Eric Lemings wrote: This branch is now in the Apache STDCXX Subversion repository. Read the TODO file for some help getting started using the branch. Thanks for the heads up. We saw both of your commits. There was a flurry of helpful comments on the format of your ChangeLog that you might

RE: GNU Autotools Branch?

2008-01-10 Thread Eric Lemings
Duly noted. I also reformatted the log properties for the first two commits into the correct ChangeLog format. Brad. -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Thursday, January 10, 2008 1:12 PM To: stdcxx-dev@incubator.apache.org; Eric Lemings

[jira] Assigned: (STDCXX-499) std::num_put inserts NUL thousand separator

2008-01-10 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-499: --- Assignee: Martin Sebor std::num_put inserts NUL thousand separator

[jira] Commented: (STDCXX-499) std::num_put inserts NUL thousand separator

2008-01-10 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557810#action_12557810 ] Martin Sebor commented on STDCXX-499: - Here's a test case that reproduces the same

[jira] Created: (STDCXX-693) std::valarray::sum does not work correctly for udt that has nonzero default value

2008-01-10 Thread Travis Vitek (JIRA)
std::valarray::sum does not work correctly for udt that has nonzero default value - Key: STDCXX-693 URL: https://issues.apache.org/jira/browse/STDCXX-693 Project: C++

[jira] Commented: (STDCXX-499) std::num_put inserts NUL thousand separator

2008-01-10 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557859#action_12557859 ] Martin Sebor commented on STDCXX-499: - The question is: is this our problem or one with

[jira] Commented: (STDCXX-499) std::num_put inserts NUL thousand separator

2008-01-10 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557865#action_12557865 ] Martin Sebor commented on STDCXX-499: - It looks like GNU libstdc++ implements solution

Re: svn commit: r610576 - in /incubator/stdcxx/trunk/examples/tutorial: dynatype.cpp out/dynatype.out

2008-01-10 Thread Martin Sebor
I don't see this change in Jira: http://issues.apache.org/jira/browse/STDCXX-605?page=com.atlassian.jira.plugin.ext.subversion:subversion-commits-tabpanel Has anyone noticed this with any other changes/issues? Martin [EMAIL PROTECTED] wrote: Author: vitek Date: Wed Jan 9 13:33:55 2008 New

[jira] Commented: (STDCXX-605) [IBM XLC++] errors compiling dynatype.cpp

2008-01-10 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557880#action_12557880 ] Martin Sebor commented on STDCXX-605: - Travis, after you've confirmed that your change

[jira] Updated: (STDCXX-626) [LWG #581] std::ostream::flush() unexpectedly calls to rdbuf()-sync() when rdstate() != goodbit

2008-01-10 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-626: Summary: [LWG #581] std::ostream::flush() unexpectedly calls to rdbuf()-sync() when rdstate() !=

RE: svn commit: r610576 - in /incubator/stdcxx/trunk/examples/tutorial: dynatype.cpp out/dynatype.out

2008-01-10 Thread Travis Vitek
I don't know what you mean by 'seeing the change in Jira'. I never notice anything different about issues that have had patches applied. That said, I think I know what the problem is. I have my editor setup to default to replace tabs with 4 spaces. I'm willing to bet that the leading spaces

Re: svn commit: r610576 - in /incubator/stdcxx/trunk/examples/tutorial: dynatype.cpp out/dynatype.out

2008-01-10 Thread Martin Sebor
Travis Vitek wrote: I don't know what you mean by 'seeing the change in Jira'. I never notice anything different about issues that have had patches applied. Then you're not looking under the Subversion Commits tab. That said, I think I know what the problem is. I have my editor setup to

Re: svn commit: r610576 - in /incubator/stdcxx/trunk/examples/tutorial: dynatype.cpp out/dynatype.out

2008-01-10 Thread Martin Sebor
I opened an INFRA issue for this problem: http://issues.apache.org/jira/browse/INFRA-1466 Hopefully it's just a simple glitch that can be easily resolved. Martin Sebor wrote: Travis Vitek wrote: I don't know what you mean by 'seeing the change in Jira'. I never notice anything different

[jira] Commented: (STDCXX-693) std::valarray::sum does not work correctly for udt that has nonzero default value

2008-01-10 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557908#action_12557908 ] Martin Sebor commented on STDCXX-693: - I agree that the wording in the standard does

RE: svn commit: r610576 - in /incubator/stdcxx/trunk/examples/tutorial: dynatype.cpp out/dynatype.out

2008-01-10 Thread Travis Vitek
No, I am looking under the 'Subversion Commits' tab. None of them display anything other than an empty box. Here are a small handfull of bugs that don't have any commit information, but I am fairly certain were committed. http://issues.apache.org/jira/browse/STDCXX-582

[jira] Commented: (STDCXX-693) std::valarray::sum does not work correctly for udt that has nonzero default value

2008-01-10 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557927#action_12557927 ] Travis Vitek commented on STDCXX-693: - Yes, I like that solution also. I've already