<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 15:48:19 JST 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>PFS-JIRA</title>
    <link>https://pfspipe.ipmu.jp/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.3.4</version>
        <build-number>803005</build-number>
        <build-date>13-09-2019</build-date>
    </build-info>


<item>
            <title>[PIPE2D-88] Fix indentation in Math.cc</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/PIPE2D-88</link>
                <project id="10002" key="PIPE2D">DRP 2-D Pipeline</project>
                    <description></description>
                <environment></environment>
        <key id="11164">PIPE2D-88</key>
            <summary>Fix indentation in Math.cc</summary>
                <type id="10001" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10515&amp;avatarType=issuetype">Story</type>
                                            <priority id="3" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/priorities/major.svg">Major</priority>
                        <status id="10002" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/statuses/generic.png" description="The issue is resolved, reviewed, and merged">Done</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="aritter">aritter</assignee>
                                    <reporter username="aritter">aritter</reporter>
                        <labels>
                    </labels>
                <created>Thu, 29 Sep 2016 18:40:46 +0000</created>
                <updated>Fri, 24 Feb 2017 07:13:18 +0000</updated>
                            <resolved>Fri, 24 Feb 2017 07:13:18 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                            <comment id="11718" author="aritter" created="Wed, 28 Dec 2016 00:05:51 +0000"  >&lt;p&gt;indentations and deletion of commented out lines only. should be a quick review...&lt;/p&gt;</comment>
                            <comment id="11803" author="swinbank" created="Mon, 30 Jan 2017 17:52:18 +0000"  >&lt;p&gt;Hey &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=cloomis&quot; class=&quot;user-hover&quot; rel=&quot;cloomis&quot;&gt;cloomis&lt;/a&gt;: this came up at today&apos;s meeting. Do you have an ETA on a review?&lt;/p&gt;</comment>
                            <comment id="11816" author="swinbank" created="Wed, 1 Feb 2017 16:52:29 +0000"  >&lt;p&gt;Setting back to &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=cloomis&quot; class=&quot;user-hover&quot; rel=&quot;cloomis&quot;&gt;cloomis&lt;/a&gt; for review.&lt;/p&gt;</comment>
                            <comment id="11817" author="cloomis" created="Wed, 1 Feb 2017 17:35:22 +0000"  >&lt;p&gt;If this really is just an indentation cleanup, can I suggest re-starting from a merged HEAD? Especially if you are just using a program to reformat. The number of hard-to-judge &quot;diff changes&quot; in the first commit on &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE2D-88&quot; title=&quot;Fix indentation in Math.cc&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE2D-88&quot;&gt;&lt;del&gt;PIPE2D-88&lt;/del&gt;&lt;/a&gt; (46acb17) makes it hard for me to believe that it would merge to master cleanly.&lt;/p&gt;

&lt;p&gt;As an aside, I should look into how to adjust diff options to handle this kind of changeset. &lt;/p&gt;</comment>
                            <comment id="11853" author="cloomis" created="Fri, 10 Feb 2017 19:33:06 +0000"  >&lt;p&gt;Much better, thanks.  This is definitely cleanly reviewable and mergeable. Functionally, I check off on this.&lt;/p&gt;

&lt;p&gt;But: if you have a tool you can rerun with args, can you run with a line-length limit of 110 chars? There are quite a few long lines left, some exceeding 250 characters.&lt;br/&gt;
That said, most of those are in very long &lt;tt&gt;cout &amp;lt;&amp;lt;&lt;/tt&gt; lines. If those are to be replaced with a logger ticket it might not be worth it.&lt;/p&gt;

&lt;p&gt;Another note on the same subject: your formatter did insert indents for the namespaces:&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;#include &quot;pfs/drp/stella/math/Math.h&quot;
namespace pfs {
  namespace drp {
    namespace stella {
      namespace math {

        template&amp;lt; typename T, typename U &amp;gt;
        [ ... ]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;If there is an option to disable that you would lessen the visual price.&lt;/p&gt;</comment>
                            <comment id="11900" author="aritter" created="Mon, 13 Feb 2017 22:31:37 +0000"  >&lt;p&gt;I removed the line indent for the namespaces and filed a ticket to reduce the line length to the permitted 110 characters. Can I merge?&lt;/p&gt;</comment>
                            <comment id="11901" author="cloomis" created="Mon, 13 Feb 2017 23:15:06 +0000"  >&lt;p&gt;Yes. Please do.&lt;/p&gt;</comment>
                            <comment id="11915" author="aritter" created="Fri, 24 Feb 2017 07:13:18 +0000"  >&lt;p&gt;Merged into master&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_10500" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|ii00v1:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10100" key="com.atlassian.jira.plugin.system.customfieldtypes:userpicker">
                        <customfieldname>Reviewers</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>cloomis</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10005" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="22">2014-16</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10002" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.25</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                        </customfields>
    </item>
</channel>
</rss>