<!-- 
RSS generated by JIRA (4.4#649-r158309) at Wed May 22 19:28:16 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-799/CLJ-799.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-799] ArrayMaps print-dup with read-eval</title>
                <link>http://dev.clojure.org/jira/browse/CLJ-799</link>
                <project id="10010" key="CLJ">Clojure</project>
                        <description>&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;user=&amp;gt; (binding [*print-dup* true] (print-str (hash-map :k :v)))
&quot;{:k :v}&quot;
user=&amp;gt; (binding [*print-dup* true] (print-str {:k :v}))
&quot;#=(clojure.lang.PersistentArrayMap/create {:k :v})&quot;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;In the top example, the reader will automatically create an array-map due to the number of entries, so unless there is an overriding reason to force type-preservation in the bottom example, it can likewise be printed as a literal map.&lt;/p&gt;</description>
                <environment></environment>
            <key id="14434">CLJ-799</key>
            <summary>ArrayMaps print-dup with read-eval</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="2">Declined</resolution>
                                <assignee username="ataggart">Alexander Taggart</assignee>
                                <reporter username="ataggart">Alexander Taggart</reporter>
                        <labels>
                    </labels>
                <created>Mon, 16 May 2011 13:12:11 -0500</created>
                <updated>Fri, 27 May 2011 07:38:26 -0500</updated>
                    <resolved>Fri, 27 May 2011 07:38:26 -0500</resolved>
                            <version>Release 1.3</version>
                                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="26453" author="ataggart" created="Sat, 21 May 2011 21:56:21 -0500"  >&lt;p&gt;Apply patch after &lt;a href=&quot;http://dev.clojure.org/jira/browse/CLJ-797&quot; title=&quot;Longs print-dup to the Long constructor&quot;&gt;&lt;del&gt;CLJ-797&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                    <comment id="26460" author="richhickey" created="Fri, 27 May 2011 07:38:11 -0500"  >&lt;p&gt;The point of print-dup is type preservation&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="10234" name="print-dup-array-maps.patch" size="1663" author="ataggart" created="Sat, 21 May 2011 21:56:21 -0500" />
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                <customfield id="customfield_10002" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                <customfieldname>Approval</customfieldname>
                <customfieldvalues>
                        <customfieldvalue key="10008">Not Approved</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="10002">Code and Test</customfieldvalue>

                </customfieldvalues>
            </customfield>
                                                                                    <customfield id="customfield_10003" key="com.atlassian.jira.plugin.system.customfieldtypes:userpicker">
                <customfieldname>Waiting On</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>stu</customfieldvalue>
                </customfieldvalues>
            </customfield>
                            </customfields>
    </item>
</channel>
</rss>