<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:25:05 UTC 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>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-2425] wirecheck does not follow new coding style</title>
                <link>https://jira.whamcloud.com/browse/LU-2425</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The code generated by wirecheck and wirecheck.c do not follow new coding style (use of space + line too long)&lt;/p&gt;</description>
                <environment></environment>
        <key id="16846">LU-2425</key>
            <summary>wirecheck does not follow new coding style</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="2">Won&apos;t Fix</resolution>
                                        <assignee username="bogl">Bob Glossman</assignee>
                                    <reporter username="cealustre">CEA</reporter>
                        <labels>
                    </labels>
                <created>Tue, 4 Dec 2012 11:25:06 +0000</created>
                <updated>Wed, 5 Aug 2020 13:32:56 +0000</updated>
                            <resolved>Sat, 8 Mar 2014 01:24:51 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="48752" author="pjones" created="Tue, 4 Dec 2012 15:31:36 +0000"  >&lt;p&gt;Bob&lt;/p&gt;

&lt;p&gt;Could you please look into this one?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="48757" author="bogl" created="Tue, 4 Dec 2012 16:23:28 +0000"  >&lt;p&gt;While it&apos;s true that the generated sources like wiretest.c still use spaces instead of tabs as the newest coding conventions recommend, is this really important to fix?  It seems to me that the risk of introducing bugs by fiddling with the generator code in wirecheck.c far exceeds the value of exactly matching current conventions.  The existing generated code is still perfectly good and valid.&lt;/p&gt;</comment>
                            <comment id="48788" author="jcl" created="Wed, 5 Dec 2012 02:34:43 +0000"  >&lt;p&gt;If you use the official and mandatory git/hooks, you cannot commit a patch which does not follow the coding style.&lt;br/&gt;
Without the right coding style, a patch does not pass the review.&lt;br/&gt;
There are multiple issues that build/checkpatch.pl does not like in the generated code (line too long, space vs tab, missing spaces, ...)&lt;/p&gt;</comment>
                            <comment id="48819" author="adilger" created="Wed, 5 Dec 2012 14:16:01 +0000"  >&lt;p&gt;Bob, it is an oversight that the wiretest.c and wirecheck.c files do not match the coding style.&lt;/p&gt;

&lt;p&gt;I suspect it would be relatively straight forward to fix the wirecheck.c code to match the coding style (use a tab for indentation, add a line break and indent in the middle) and then regenerate the wiretest.c files.&lt;/p&gt;

&lt;p&gt;With diff highlighting in Gerrit, it should be relatively straight forward to verify that the commit which updates these files does not introduce any semantic changes.&lt;/p&gt;

&lt;p&gt;JC, please note that while the git commit hooks may report warnings and errors with the &lt;em&gt;code&lt;/em&gt; style, these do not prevent committing the change. It only prevents committing the change if the commit message itself is incorrect. &lt;/p&gt;</comment>
                            <comment id="48834" author="bogl" created="Wed, 5 Dec 2012 18:08:53 +0000"  >&lt;p&gt;I have revised wirecheck.c and generated new wiretest files that eliminate all the errors and warnings except for the ones for lines over 80 characters.  Given the very long casts and offestof() and other complex strings with few spaces, I couldn&apos;t figure out good ways to shorten many lines.&lt;/p&gt;

&lt;p&gt;Pushing what changes I have for review.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,4751&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,4751&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="62059" author="adilger" created="Wed, 10 Jul 2013 22:25:16 +0000"  >&lt;p&gt;It seems this was fixed as part of the HSM patch &lt;a href=&quot;http://review.whamcloud.com/4736&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4736&lt;/a&gt;.  Are there still bits left in the 4751 patch that are needed, or should this be closed?&lt;/p&gt;</comment>
                            <comment id="62062" author="bogl" created="Wed, 10 Jul 2013 22:42:06 +0000"  >&lt;p&gt;It&apos;s been quite a while since I revisited this.  It looks to me like all the tabs/spaces issues have been fixed.  There are still lines &amp;gt; 80 chars in wiretest.c, but the proposed patch didn&apos;t fix those anyway.&lt;/p&gt;

&lt;p&gt;I believe this should be closed.  I&apos;ll go ahead and mark &lt;a href=&quot;http://review.whamcloud.com/4751&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4751&lt;/a&gt; ABANDONED.&lt;/p&gt;</comment>
                            <comment id="78794" author="jfc" created="Sat, 8 Mar 2014 01:24:51 +0000"  >&lt;p&gt;Partly fixed, but not completely.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzvd8n:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5750</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>