<!-- 
RSS generated by JIRA (4.4#649-r158309) at Sun May 19 18:03: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-394/CLJS-394.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-394] PersistentTreeSet lookup bug</title>
                <link>http://dev.clojure.org/jira/browse/CLJS-394</link>
                <project id="10040" key="CLJS">ClojureScript</project>
                        <description>&lt;p&gt;The lookup function in PersistentTreeSet behaves differently in clojurescript than in clojure when a custom comparison function is used. If two elements are evaluated as equal, one of then is in the set and we do a lookup on the other, clojure returns the element in the set, whereas clojurescript returns the lookup element.  &lt;/p&gt;

&lt;p&gt;(let [compare-quot-2 #(compare (quot %1 2) (quot %2 2))&lt;br/&gt;
      s (sorted-set-by compare-quot-2 1)]&lt;br/&gt;
  (get s 0))&lt;/p&gt;

&lt;p&gt;Should return: 1&lt;br/&gt;
Returns: 0&lt;/p&gt;</description>
                <environment></environment>
            <key id="15754">CLJS-394</key>
            <summary>PersistentTreeSet lookup bug</summary>
                <type id="1" iconUrl="http://dev.clojure.org/jira/images/icons/bug.gif">Defect</type>
                                <priority id="3" iconUrl="http://dev.clojure.org/jira/images/icons/priority_major.gif">Major</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="ejlo">Erik Ouchterlony</reporter>
                        <labels>
                        <label>bug</label>
                        <label>patch</label>
                    </labels>
                <created>Mon, 15 Oct 2012 07:29:52 -0500</created>
                <updated>Mon, 15 Oct 2012 22:02:51 -0500</updated>
                    <resolved>Mon, 15 Oct 2012 22:02:51 -0500</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="29652" author="dnolen" created="Mon, 15 Oct 2012 22:02:51 -0500"  >&lt;p&gt;fixed, &lt;a href=&quot;http://github.com/clojure/clojurescript/commit/409fcc9a824668207953b2bc47d40aaab85191d3&quot;&gt;http://github.com/clojure/clojurescript/commit/409fcc9a824668207953b2bc47d40aaab85191d3&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="11561" name="bugfix-PersistentTreeSet-lookup.diff" size="2119" author="ejlo" created="Mon, 15 Oct 2012 07:29:52 -0500" />
                </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="10002">Code and Test</customfieldvalue>

                </customfieldvalues>
            </customfield>
                                                                                        </customfields>
    </item>
</channel>
</rss>