<!-- 
RSS generated by JIRA (4.4#649-r158309) at Tue Jun 18 01:45:53 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/CLJS-424/CLJS-424.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>[CLJS-424] Internal representation of keywords can not be differentiated by printable characters</title>
                <link>http://dev.clojure.org/jira/browse/CLJS-424</link>
                <project id="10040" key="CLJS">ClojureScript</project>
                        <description>&lt;p&gt;Currently, Symbols are represented by (str \uFDD1 \&apos; name) and keywords are represented by (str \uFDD0 \&apos; name)&lt;/p&gt;

&lt;p&gt;The \uFDDX character is not printable, so it appears as a little box when printed in a javascript repl such as the browser&apos;s console. The following character is always a \&apos; regardless of whether the object is a symbol or a keyword. This has bitten me during debugging on several occasions. The attached patch changes keywords to be represented internally by (str \uFFD1 \: name)&lt;/p&gt;</description>
                <environment></environment>
            <key id="15838">CLJS-424</key>
            <summary>Internal representation of keywords can not be differentiated by printable characters</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="5" iconUrl="http://dev.clojure.org/jira/images/icons/status_resolved.gif">Resolved</status>
                    <resolution id="1">Completed</resolution>
                                <assignee username="-1">Unassigned</assignee>
                                <reporter username="bbloom">Brandon Bloom</reporter>
                        <labels>
                        <label>patch</label>
                        <label>patch,</label>
                    </labels>
                <created>Mon, 19 Nov 2012 17:33:48 -0600</created>
                <updated>Sat, 22 Dec 2012 15:45:34 -0600</updated>
                    <resolved>Sat, 22 Dec 2012 15:45:34 -0600</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="30302" author="dnolen" created="Sat, 22 Dec 2012 15:45:34 -0600"  >&lt;p&gt;fixed, &lt;a href=&quot;http://github.com/clojure/clojurescript/commit/21eab986826bd7a9e852712aaeda647a5de59b3b&quot;&gt;http://github.com/clojure/clojurescript/commit/21eab986826bd7a9e852712aaeda647a5de59b3b&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="11689" name="CLJS-424-v1.patch" size="1526" author="bbloom" created="Mon, 19 Nov 2012 17:35:47 -0600" />
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                            <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>