<!-- 
RSS generated by JIRA (4.4#649-r158309) at Sat May 18 05:01:22 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-288/CLJS-288.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-288] Compilation of unordered collections </title>
                <link>http://dev.clojure.org/jira/browse/CLJS-288</link>
                <project id="10040" key="CLJS">ClojureScript</project>
                        <description>&lt;p&gt;Given:&lt;/p&gt;

&lt;p&gt;    (defn f &lt;span class=&quot;error&quot;&gt;&amp;#91;x&amp;#93;&lt;/span&gt; (println x) x)&lt;/p&gt;
    {(f 5) (f 10), (f :x) (f :y)}

&lt;p&gt;Clojure produces:&lt;/p&gt;

&lt;p&gt;    5&lt;br/&gt;
    10&lt;br/&gt;
    :x&lt;br/&gt;
    :y&lt;/p&gt;
    {5 10, :x :y}

&lt;p&gt;ClojureScript produces:&lt;/p&gt;

&lt;p&gt;    5&lt;br/&gt;
    :x&lt;br/&gt;
    10&lt;br/&gt;
    :y&lt;/p&gt;
    {5 10, :x :y}</description>
                <environment></environment>
            <key id="15496">CLJS-288</key>
            <summary>Compilation of unordered collections </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="1" iconUrl="http://dev.clojure.org/jira/images/icons/status_open.gif">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="-1">Unassigned</assignee>
                                <reporter username="bbloom">Brandon Bloom</reporter>
                        <labels>
                    </labels>
                <created>Thu, 31 May 2012 16:58:37 -0500</created>
                <updated>Sun, 23 Sep 2012 19:40:17 -0500</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="29198" author="bbloom" created="Thu, 16 Aug 2012 21:28:16 -0500"  >&lt;p&gt;See also: &lt;a href=&quot;http://dev.clojure.org/jira/browse/CLJ-1043&quot; title=&quot;Unordered literals does not preserve left-to-right evaluation of arguments&quot;&gt;CLJ-1043&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I realized that this problem is actually only partially solvable as is. We could assign the interleaved keys and values to locals before constructing the map. Unfortunately, that doesn&apos;t solve a bigger underlying problem: The reader returns unordered sets and maps.&lt;/p&gt;</comment>
                    <comment id="29320" author="dnolen" created="Fri, 31 Aug 2012 09:23:50 -0500"  >&lt;p&gt;Is this actually a problem?&lt;/p&gt;</comment>
                    <comment id="29527" author="bbloom" created="Sun, 23 Sep 2012 19:40:17 -0500"  >&lt;p&gt;See discussion at &lt;a href=&quot;http://dev.clojure.org/jira/browse/CLJ-1043?focusedCommentId=29526#comment-29526&quot;&gt;http://dev.clojure.org/jira/browse/CLJ-1043?focusedCommentId=29526#comment-29526&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </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>