Martin Sebor
Thu, 10 Jan 2008 19:14:45 -0800
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 default to replace tabs with 4 spaces. I'm willing to bet that the leading spaces screwed up the trigger script. If you look at the revision log, you'll see the tab differences... http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/tutorial/dy natype.cpp. And I was really hoping to not screw up my first commit!! Darn.
I don't think you did anything wrong. The changes I committed over an hour ago don't show up either and I'm quite sure I had TABs where they needed to be ;-) (Jira doesn't care about the format of the ChangeLog entry -- it just searches for the issue key.) I suspect there's a problem with Jira or the plugin and I wonder how long the problem has been there because fixing it (i.e., getting the changes into the issues) might require reindexing which can take many hours. Martin
Travis-----Original Message----- From: Martin Sebor [EMAIL PROTECTED] On Behalf Of Martin Sebor I don't see this change in Jira: http://issues.apache.org/jira/browse/STDCXX-605 Has anyone noticed this with any other changes/issues? Martin [EMAIL PROTECTED] wrote:Author: vitek Date: Wed Jan 9 13:33:55 2008 New Revision: 610576 URL: http://svn.apache.org/viewvc?rev=610576&view=rev Log: 2008-01-08 Travis Vitek <[EMAIL PROTECTED]> STDCXX-605 * examples/tutorial/dynatype.cpp: Add overloaded method that discards const to avoid looking in wrong map when non-const conversion operator is used with a const type. (main): Display text and converted value in two separate statements to ensure output is generated the same on all platforms. Add a return 0 for correctness. * examples/tutorial/out/dynatype.out: Update output file to match expected output format. Modified: incubator/stdcxx/trunk/examples/tutorial/dynatype.cpp incubator/stdcxx/trunk/examples/tutorial/out/dynatype.out