<!-- 
RSS generated by JIRA (4.4#649-r158309) at Sat May 18 17:52:47 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-1034/CLJ-1034.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-1034] &quot;Conflicting data-reader mapping&quot; triggered when the same data_readers.clj is on the classpath twice</title>
                <link>http://dev.clojure.org/jira/browse/CLJ-1034</link>
                <project id="10010" key="CLJ">Clojure</project>
                        <description>&lt;p&gt;If you have two data_readers.clj files on the classpath that agree with one another about the mapping of a given literal, Clojure still claims there is a conflict.&lt;/p&gt;</description>
                <environment></environment>
            <key id="15601">CLJ-1034</key>
            <summary>&quot;Conflicting data-reader mapping&quot; triggered when the same data_readers.clj is on the classpath twice</summary>
                <type id="1" iconUrl="http://dev.clojure.org/jira/images/icons/bug.gif">Defect</type>
                                <priority id="4" iconUrl="http://dev.clojure.org/jira/images/icons/priority_minor.gif">Minor</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="technomancy">Phil Hagelberg</reporter>
                        <labels>
                    </labels>
                <created>Thu, 26 Jul 2012 16:04:32 -0500</created>
                <updated>Sat, 1 Sep 2012 08:37:48 -0500</updated>
                    <resolved>Sat, 1 Sep 2012 08:37:48 -0500</resolved>
                                            <fixVersion>Release 1.5</fixVersion>
                                        <due></due>
                    <votes>10</votes>
                        <watches>5</watches>
                        <comments>
                    <comment id="29126" author="jkkramer" created="Mon, 13 Aug 2012 09:59:43 -0500"  >&lt;p&gt;This comes up when using checkout dependencies in Leiningen. If the checked-out project contains data_readers.clj, Clojure will throw an exception.&lt;/p&gt;

&lt;p&gt;To reproduce:&lt;/p&gt;

&lt;p&gt;&lt;b&gt;user=&amp;gt;&lt;/b&gt; (spit &quot;/tmp/data_readers.clj&quot; &quot;{foo/bar foo.core/bar}&quot;)&lt;br/&gt;
&lt;em&gt;nil&lt;/em&gt;&lt;br/&gt;
&lt;b&gt;user=&amp;gt;&lt;/b&gt; (with-redefs [clojure.core/data-reader-urls (constantly &lt;span class=&quot;error&quot;&gt;&amp;#91;(java.net.URL. &amp;quot;file:/tmp/data_readers.clj&amp;quot;)&amp;#93;&lt;/span&gt;)] (#&apos;clojure.core/load-data-readers))&lt;br/&gt;
&lt;em&gt;{foo/bar #&apos;foo.core/bar}&lt;/em&gt;&lt;br/&gt;
&lt;b&gt;user=&amp;gt;&lt;/b&gt; (with-redefs [clojure.core/data-reader-urls (constantly &lt;span class=&quot;error&quot;&gt;&amp;#91;(java.net.URL. &amp;quot;file:/tmp/data_readers.clj&amp;quot;)&amp;#93;&lt;/span&gt;)] (#&apos;clojure.core/load-data-readers))&lt;br/&gt;
&lt;em&gt;ExceptionInfo Conflicting data-reader mapping  clojure.core/ex-info (core.clj:4227)&lt;/em&gt;&lt;/p&gt;</comment>
                    <comment id="29127" author="jkkramer" created="Mon, 13 Aug 2012 10:21:19 -0500"  >&lt;p&gt;Attached clj_1034_data_readers_fix.diff with simple fix: checks that new mappings actually point to different vars before claiming a conflict.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="11421" name="clj_1034_data_readers_fix.diff" size="1383" author="jkkramer" created="Mon, 13 Aug 2012 10:21:19 -0500" />
                </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>
                                                                                                            </customfields>
    </item>
</channel>
</rss>