<!-- 
RSS generated by JIRA (4.4#649-r158309) at Sun May 19 23:58:29 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-162/CLJS-162.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-162] cljs.core/str behavior not consistent with clojure</title>
                <link>http://dev.clojure.org/jira/browse/CLJS-162</link>
                <project id="10040" key="CLJS">ClojureScript</project>
                        <description>&lt;p&gt;When running the cljs.core/str function with symbols or keywords the output is not the same as in clojure&lt;/p&gt;

&lt;p&gt;ClojureScript:cljs.user&amp;gt; (str &quot;hello&quot; :world)&lt;br/&gt;
&quot;hello?&apos;world&quot;&lt;/p&gt;

&lt;p&gt;The same happens with symbols, it seems the characters used internally for figuring out if a string is a keyword or symbol are not being escaped correctly on the cljs.core/str function.&lt;/p&gt;</description>
                <environment>This is the behavior on rhino repl, haven&amp;#39;t tested on browser</environment>
            <key id="15280">CLJS-162</key>
            <summary>cljs.core/str behavior not consistent with clojure</summary>
                <type id="1" iconUrl="http://dev.clojure.org/jira/images/icons/bug.gif">Defect</type>
                                <priority id="5" iconUrl="http://dev.clojure.org/jira/images/icons/priority_trivial.gif">Trivial</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="roman">Roman Gonzalez</reporter>
                        <labels>
                        <label>bug</label>
                    </labels>
                <created>Thu, 15 Mar 2012 21:15:03 -0500</created>
                <updated>Mon, 19 Mar 2012 21:25:45 -0500</updated>
                    <resolved>Mon, 19 Mar 2012 21:25:45 -0500</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>2</watches>
                        <comments>
                    <comment id="27957" author="roman" created="Thu, 15 Mar 2012 21:18:29 -0500"  >&lt;p&gt;Added check of symbols and keywords on the private cljs.core/str* function&lt;/p&gt;</comment>
                    <comment id="27959" author="dnolen" created="Fri, 16 Mar 2012 11:57:42 -0500"  >&lt;p&gt;The patch looks good but some tests fail now. Can you address that? Thanks!&lt;/p&gt;</comment>
                    <comment id="27960" author="roman" created="Fri, 16 Mar 2012 23:55:48 -0500"  >&lt;p&gt;Thanks for checking this out David, I didn&apos;t read the developer wiki (my bad), I added a few tests and added a new small function that will allow both str* and str to behave correctly, cheers.&lt;/p&gt;

&lt;p&gt;Note: Use &lt;a href=&quot;http://dev.clojure.org/jira/browse/CLJS-162&quot; title=&quot;cljs.core/str behavior not consistent with clojure&quot;&gt;&lt;del&gt;CLJS-162&lt;/del&gt;&lt;/a&gt;_1.patch&lt;/p&gt;</comment>
                    <comment id="27969" author="roman" created="Mon, 19 Mar 2012 17:45:05 -0500"  >&lt;p&gt;New patch which just replicates the StringBuffer code from `str*` into the `str` implementation.&lt;/p&gt;</comment>
                    <comment id="27970" author="dnolen" created="Mon, 19 Mar 2012 21:25:45 -0500"  >&lt;p&gt;Fixed, &lt;a href=&quot;https://github.com/clojure/clojurescript/commit/ec75a897fc7069176aff81e2df91b848c26af1c8&quot;&gt;https://github.com/clojure/clojurescript/commit/ec75a897fc7069176aff81e2df91b848c26af1c8&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="10996" name="CLJS-162_1.patch" size="4077" author="roman" created="Fri, 16 Mar 2012 23:55:48 -0500" />
                    <attachment id="10998" name="CLJS-162_2.patch" size="3311" author="roman" created="Mon, 19 Mar 2012 17:45:05 -0500" />
                    <attachment id="10993" name="CLJS-162.patch" size="808" author="roman" created="Thu, 15 Mar 2012 21:18:29 -0500" />
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>
</channel>
</rss>