<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:26:21 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-11637] Make libraries composable</title>
                <link>https://jira.mongodb.org/browse/SERVER-11637</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Currently, our libraries that we make as part of our build process are not composable.  This is a result of three separate issues.&lt;/p&gt;

&lt;p&gt;1. Libraries don&apos;t always list libraries that they depend on as LIBDEPS&lt;br/&gt;
2. Libraries can be &quot;codependent&quot; on another library (circular dependency)&lt;br/&gt;
3. Libraries can depend on symbols at a higher level (multiple definitions of the same symbol)&lt;/p&gt;

&lt;p&gt;This prevents us from:&lt;br/&gt;
a. Writing unittests that only pull in the dependencies they need&lt;br/&gt;
b. Writing mongo tools that only pull in the dependencies they need&lt;br/&gt;
c. Writing mongo tools that have a clear boundary between the tool code and the server code&lt;br/&gt;
d. Clearly defining/unittesting the external interface to a library&lt;br/&gt;
e. Replacing libraries independently&lt;br/&gt;
f. Proving that changes to unrelated libraries will not affect each other (for example, changes to the C++ driver should not break journaling, and that should be clear from our library structure)&lt;br/&gt;
g. Sharing the same unittested code effectively (currently the fact that we have to define &quot;stubs&quot; to make the build link means that code that appears to be properly shared calls code that is not shared.  For example, &quot;inShutdown&quot; is defined in 14 different places, with different implementations.  Some implementations are thread safe, and some implementations are static initialization safe, and it is unclear whether we are depending on that behavior)&lt;br/&gt;
f. Enabling the compilation of a variety of different executables, with behavior and functionality based on what libraries and subsystems the executable is compiled with&lt;br/&gt;
g. Making the libraries into shared libraries to reduce build times during development&lt;/p&gt;

&lt;p&gt;I think this ticket should be split into sub tasks, but this parent ticket can keep the problem description and any general comments on this task.&lt;/p&gt;</description>
                <environment></environment>
        <key id="97759">SERVER-11637</key>
            <summary>Make libraries composable</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="3">Duplicate</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="sverch">Shaun Verch</reporter>
                        <labels>
                            <label>build-needs-definition</label>
                            <label>build-planning</label>
                    </labels>
                <created>Fri, 8 Nov 2013 15:56:58 +0000</created>
                <updated>Wed, 6 May 2015 21:40:39 +0000</updated>
                            <resolved>Wed, 6 May 2015 21:40:39 +0000</resolved>
                                                                    <component>Build</component>
                                        <votes>2</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="906931" author="acm" created="Wed, 6 May 2015 20:59:51 +0000"  >&lt;p&gt;Yes, more or less. Can you link them, then close this a as a duplicate.&lt;/p&gt;</comment>
                            <comment id="906926" author="ernie.hershey@10gen.com" created="Wed, 6 May 2015 20:57:00 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=acm&quot; class=&quot;user-hover&quot; rel=&quot;acm&quot;&gt;acm&lt;/a&gt; do you know if &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-9666&quot; title=&quot;Reorganize relationship between sources, targets, and SConscripts.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-9666&quot;&gt;&lt;del&gt;SERVER-9666&lt;/del&gt;&lt;/a&gt; will cover this? &lt;/p&gt;</comment>
                            <comment id="454066" author="auto" created="Sat, 9 Nov 2013 20:56:06 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;Zarkantho&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-11637&quot; title=&quot;Make libraries composable&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-11637&quot;&gt;&lt;del&gt;SERVER-11637&lt;/del&gt;&lt;/a&gt;: Consolidate unittest crutches into crutch.cpp&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/989fd71aa5931a61f2028e51b3ffc2b144cd9cfa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/989fd71aa5931a61f2028e51b3ffc2b144cd9cfa&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="454065" author="auto" created="Sat, 9 Nov 2013 20:56:04 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;Zarkantho&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-11637&quot; title=&quot;Make libraries composable&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-11637&quot;&gt;&lt;del&gt;SERVER-11637&lt;/del&gt;&lt;/a&gt;: Removed NO_CRUTCH from a bunch of tests&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/151237b24af3a2f5a2a2076b651f4e5745cc45f9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/151237b24af3a2f5a2a2076b651f4e5745cc45f9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="454064" author="auto" created="Sat, 9 Nov 2013 20:56:02 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;Zarkantho&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-11637&quot; title=&quot;Make libraries composable&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-11637&quot;&gt;&lt;del&gt;SERVER-11637&lt;/del&gt;&lt;/a&gt;: Move lasterror.cpp into its own library and add comment about dependency triangle&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/3d28d63ec6fb6f285d279b529f945f43ec3b2b48&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/3d28d63ec6fb6f285d279b529f945f43ec3b2b48&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="454063" author="auto" created="Sat, 9 Nov 2013 20:56:00 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;Zarkantho&apos;, u&apos;name&apos;: u&apos;Shaun Verch&apos;, u&apos;email&apos;: u&apos;shaun.verch@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-11637&quot; title=&quot;Make libraries composable&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-11637&quot;&gt;&lt;del&gt;SERVER-11637&lt;/del&gt;&lt;/a&gt;: Move some base files that libfoundation.a needs to link into libfoundation.a&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/fcd5d158870368b6957fa0f2db9f58a5559a14be&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/fcd5d158870368b6957fa0f2db9f58a5559a14be&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="83289">SERVER-10307</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="75194">SERVER-9666</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="135331">SERVER-13863</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="96849">SERVER-11538</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="75499">SERVER-9704</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Sat, 9 Nov 2013 20:56:00 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        8 years, 41 weeks ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<s><a href='https://jira.mongodb.org/browse/SERVER-10307'>SERVER-10307</a></s>]]></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>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>ernie.hershey@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            8 years, 41 weeks 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>andrew.morrow@mongodb.com</customfieldvalue>
            <customfieldvalue>auto</customfieldvalue>
            <customfieldvalue>ernie.hershey@mongodb.com</customfieldvalue>
            <customfieldvalue>sverch</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrm7wf:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6784</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|hrkw7r:</customfieldvalue>

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