<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:14:53 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>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[SERVER-7565] Automatically generate error_codes.h and error_codes.cpp from a list of codes</title>
                <link>https://jira.mongodb.org/browse/SERVER-7565</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The source files mongo/base/error_codes.h and mongo/base/error_codes.cpp need to be kept in sync as new error codes are added.  This would be easier to do correctly if the files were automatically generated by the build system from a single list of error codes.&lt;/p&gt;

&lt;p&gt;Both of the scons and Visual Studio builds should do this, producing identical output files.&lt;/p&gt;</description>
                <environment>scons and Visual Studio builds</environment>
        <key id="55373">SERVER-7565</key>
            <summary>Automatically generate error_codes.h and error_codes.cpp from a list of codes</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="schwerin@mongodb.com">Andy Schwerin</assignee>
                                    <reporter username="tad">Tad Marshall</reporter>
                        <labels>
                    </labels>
                <created>Tue, 6 Nov 2012 11:08:02 +0000</created>
                <updated>Mon, 11 Jul 2016 17:56:25 +0000</updated>
                            <resolved>Wed, 7 Nov 2012 13:44:34 +0000</resolved>
                                    <version>2.3.0</version>
                                    <fixVersion>2.3.1</fixVersion>
                                    <component>Build</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="477611" author="schwerin" created="Mon, 6 Jan 2014 15:24:22 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=acochenour&quot; class=&quot;user-hover&quot; rel=&quot;acochenour&quot;&gt;acochenour&lt;/a&gt;, because this ticket was closed, please file a new ticket, and include the steps you took to reproduce them.&lt;/p&gt;</comment>
                            <comment id="477320" author="acochenour" created="Sun, 5 Jan 2014 08:26:43 +0000"  >&lt;p&gt;As of 2.5.4 this does not appear to be resolved to VS (2008/2010/2012), the following files are missing and require manual intervention for builds to succeed:&lt;/p&gt;

&lt;p&gt;src/mongo/base/error_codes.h&lt;br/&gt;
src/mongo/base/error_codes.cpp&lt;br/&gt;
src/mongo/db/auth/action_type.h&lt;br/&gt;
src/mongo/db/auth/action_type.cpp&lt;/p&gt;

&lt;p&gt;It doesn&apos;t reasonable to require python/scons and manual intervention for Windows builds.&lt;/p&gt;</comment>
                            <comment id="183513" author="auto" created="Wed, 7 Nov 2012 13:41:40 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-07T13:03:55Z&apos;, u&apos;name&apos;: u&apos;Tad Marshall&apos;, u&apos;email&apos;: u&apos;tad@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7565&quot; title=&quot;Automatically generate error_codes.h and error_codes.cpp from a list of codes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7565&quot;&gt;&lt;del&gt;SERVER-7565&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7126&quot; title=&quot;new authPrinciples and acquiredCapabilities data structures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7126&quot;&gt;&lt;del&gt;SERVER-7126&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7576&quot; title=&quot;Make Visual Studio builds require Python, and run Python scripts&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7576&quot;&gt;&lt;del&gt;SERVER-7576&lt;/del&gt;&lt;/a&gt; Visual Studio require Python, run Python scripts&lt;/p&gt;

&lt;p&gt;This commit makes the Visual Studio builds require Python to be installed.&lt;/p&gt;

&lt;p&gt;Add Pre-Build Events to Visual Studio projects to run the same Python&lt;br/&gt;
scripts that the scons build runs to create src/mongo/base/error_codes.cpp,&lt;br/&gt;
src/mongo/base/error_codes.h, src/mongo/db/auth/action_type.h and&lt;br/&gt;
src/mongo/db/auth/action_type.cpp.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/5a7456f2c726953fd7c433d96c76e9b0a1ba6105&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/5a7456f2c726953fd7c433d96c76e9b0a1ba6105&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="183161" author="auto" created="Tue, 6 Nov 2012 18:42:37 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-06T11:39:34Z&apos;, u&apos;email&apos;: u&apos;tad@10gen.com&apos;, u&apos;name&apos;: u&apos;Tad Marshall&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7565&quot; title=&quot;Automatically generate error_codes.h and error_codes.cpp from a list of codes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7565&quot;&gt;&lt;del&gt;SERVER-7565&lt;/del&gt;&lt;/a&gt; Make line endings Unix-style on Windows&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e29a1916f78408fde55596f3b769dd7adc623d93&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e29a1916f78408fde55596f3b769dd7adc623d93&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="183155" author="auto" created="Tue, 6 Nov 2012 18:33:13 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-11-06T11:33:55Z&apos;, u&apos;email&apos;: u&apos;tad@10gen.com&apos;, u&apos;name&apos;: u&apos;Tad Marshall&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-7565&quot; title=&quot;Automatically generate error_codes.h and error_codes.cpp from a list of codes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-7565&quot;&gt;&lt;del&gt;SERVER-7565&lt;/del&gt;&lt;/a&gt; Fix typos and style&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/661bee981c0b3898d911b76fb9fba1430e608ab2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/661bee981c0b3898d911b76fb9fba1430e608ab2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="182933" author="tad" created="Tue, 6 Nov 2012 11:20:00 +0000"  >&lt;p&gt;Commit by Andy Schwerin (schwerin@10gen.com):&lt;/p&gt;

&lt;p&gt; Add an isOK method to Status, and methods to get an ErrorCodes::Error from a string or an int.&lt;/p&gt;

&lt;p&gt;Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/79c550530065678d1611567cf262a7b325c2db47&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/79c550530065678d1611567cf262a7b325c2db47&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="182932" author="tad" created="Tue, 6 Nov 2012 11:18:33 +0000"  >&lt;p&gt;Commit by Andy Schwerin (schwerin@10gen.com):&lt;/p&gt;

&lt;p&gt; Auto-generate error_codes.&lt;/p&gt;
{h,cpp}
&lt;p&gt;.&lt;/p&gt;

&lt;p&gt;Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e79fc864820e67fb45f3abbe308ce6ab07043c03&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e79fc864820e67fb45f3abbe308ce6ab07043c03&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 6 Nov 2012 18:33:13 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        10 years, 6 weeks, 2 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>false</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            10 years, 6 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>acochenour</customfieldvalue>
            <customfieldvalue>schwerin@mongodb.com</customfieldvalue>
            <customfieldvalue>auto</customfieldvalue>
            <customfieldvalue>tad</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrnirz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrkebr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>32749</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10166" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Tests Written</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10153"><![CDATA[Unneeded]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrj5sv:</customfieldvalue>

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