<!-- 
RSS generated by JIRA (4.4#649-r158309) at Sat May 25 23:06:12 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-732/CLJ-732.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-732] (keyword &quot;&quot;) can be printed, but not read</title>
                <link>http://dev.clojure.org/jira/browse/CLJ-732</link>
                <project id="10010" key="CLJ">Clojure</project>
                        <description>&lt;p&gt;user=&amp;gt; (keyword &quot;&quot;)&lt;br/&gt;
:&lt;br/&gt;
user=&amp;gt; (prn-str *1)&lt;br/&gt;
&quot;:\n&quot;&lt;br/&gt;
user=&amp;gt; (read-string *1)&lt;br/&gt;
java.lang.RuntimeException: java.lang.Exception: Invalid token: : (NO_SOURCE_FILE:0)&lt;/p&gt;

&lt;p&gt;This obviously isn&apos;t a huge defect, but I&apos;d argue that anything that can be printed should be readable.&lt;/p&gt;</description>
                <environment></environment>
            <key id="14345">CLJ-732</key>
            <summary>(keyword &quot;&quot;) can be printed, but not read</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="-1">Unassigned</assignee>
                                <reporter username="ztellman">Zach Tellman</reporter>
                        <labels>
                    </labels>
                <created>Wed, 26 Jan 2011 17:45:52 -0600</created>
                <updated>Fri, 29 Jul 2011 07:49:21 -0500</updated>
                    <resolved>Fri, 29 Jul 2011 07:49:20 -0500</resolved>
                            <version>Release 1.2</version>
                                <fixVersion>Backlog</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="26182" author="stu" created="Fri, 28 Jan 2011 09:06:23 -0600"  >&lt;p&gt;Patch that throws IllegalArgumentException would be ok for this.&lt;/p&gt;</comment>
                    <comment id="26348" author="stu" created="Tue, 5 Apr 2011 20:57:08 -0500"  >&lt;p&gt;After a brief review of places that call intern, it appears that this problem might never be reached in the reader, only in user code calling (keyword ...). Does it make more sense to have the patch there, and a matching change for (symbol ...)?&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="10164" name="clj-732.diff" size="1366" author="aredington" created="Fri, 25 Mar 2011 15:53:10 -0500" />
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                <customfield id="customfield_10002" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                <customfieldname>Approval</customfieldname>
                <customfieldvalues>
                        <customfieldvalue key="10006">Incomplete</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_10003" key="com.atlassian.jira.plugin.system.customfieldtypes:userpicker">
                <customfieldname>Waiting On</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>richhickey</customfieldvalue>
                </customfieldvalues>
            </customfield>
                            </customfields>
    </item>
</channel>
</rss>