<!-- 
RSS generated by JIRA (4.4#649-r158309) at Fri May 24 03:10:11 CDT 2013

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 add field=key&field=summary to the URL of your request.
For example:
http://dev.clojure.org/jira/si/jira.issueviews:issue-xml/CLJ-1116/CLJ-1116.xml?field=key&field=summary
-->
<rss version="0.92" >
<channel>
    <title>Clojure JIRA</title>
    <link>http://dev.clojure.org/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>4.4</version>
        <build-number>649</build-number>
        <build-date>25-07-2011</build-date>
    </build-info>

<item>
            <title>[CLJ-1116] More REPL-friendly &apos;ns macro</title>
                <link>http://dev.clojure.org/jira/browse/CLJ-1116</link>
                <project id="10010" key="CLJ">Clojure</project>
                        <description>&lt;p&gt;The &apos;ns macro is not as dynamic as it could be.&lt;br/&gt;
For instance, the following line typed in a repl (ns a)(ns b (:require a)) currently (1.4, 1.3, etc.) fails with an exception because the (:require a) call tries to reach the filesystem for file a.clj or a__init.class.&lt;/p&gt;

&lt;p&gt;The attached patch ( dynamic-ns-patch2.diff ) allows a successful call to (ns a) behave the same as a successful call to (require &apos;a), adding namespace a to the list of &lt;b&gt;loaded-libs&lt;/b&gt;.&lt;/p&gt;

&lt;p&gt;Discussion on googlegroup&apos;s mailing list: &lt;a href=&quot;http://groups.google.com/group/clojure-dev/browse_thread/thread/fb231e6fab4a5ad&quot;&gt;http://groups.google.com/group/clojure-dev/browse_thread/thread/fb231e6fab4a5ad&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
            <key id="15863">CLJ-1116</key>
            <summary>More REPL-friendly &apos;ns macro</summary>
                <type id="1" iconUrl="http://dev.clojure.org/jira/images/icons/bug.gif">Defect</type>
                                <priority id="3" iconUrl="http://dev.clojure.org/jira/images/icons/priority_major.gif">Major</priority>
                    <status id="6" iconUrl="http://dev.clojure.org/jira/images/icons/status_closed.gif">Closed</status>
                    <resolution id="1">Completed</resolution>
                                <assignee username="-1">Unassigned</assignee>
                                <reporter username="laurentpetit">Laurent Petit</reporter>
                        <labels>
                    </labels>
                <created>Thu, 29 Nov 2012 09:18:58 -0600</created>
                <updated>Fri, 1 Mar 2013 09:49:21 -0600</updated>
                    <resolved>Tue, 11 Dec 2012 11:14:05 -0600</resolved>
                            <version>Release 1.3</version>
                <version>Release 1.4</version>
                                <fixVersion>Release 1.5</fixVersion>
                                        <due></due>
                    <votes>3</votes>
                        <watches>3</watches>
                        <comments>
                    <comment id="30084" author="richhickey" created="Thu, 29 Nov 2012 09:31:08 -0600"  >&lt;p&gt;screeners, please make sure this has tests before passing on&lt;/p&gt;</comment>
                    <comment id="30088" author="laurentpetit" created="Thu, 29 Nov 2012 10:41:25 -0600"  >&lt;p&gt;Tests added&lt;/p&gt;</comment>
                    <comment id="30110" author="halgari" created="Fri, 30 Nov 2012 11:35:58 -0600"  >&lt;p&gt;Patch applies, fixes the bug. All tests pass. &lt;/p&gt;

&lt;p&gt;Screened&lt;/p&gt;</comment>
                    <comment id="30148" author="bendlas" created="Mon, 3 Dec 2012 07:52:30 -0600"  >&lt;p&gt;I see this has already been screened, but FWIW I tested the repl with this patch and the behavior works for me.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="11725" name="dynamic-ns-patch2.diff" size="2012" author="laurentpetit" created="Thu, 29 Nov 2012 10:40:33 -0600" />
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                <customfield id="customfield_10002" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                <customfieldname>Approval</customfieldname>
                <customfieldvalues>
                        <customfieldvalue key="10007">Ok</customfieldvalue>

                </customfieldvalues>
            </customfield>
                                                                                    <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                            <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                <customfieldname>Patch</customfieldname>
                <customfieldvalues>
                        <customfieldvalue key="10001">Code</customfieldvalue>

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