<!--
RSS generated by JIRA (4.4#649-r158309) at Wed Jun 19 17:58:37 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/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=labels+%3D+unify&tempMax=1000&field=key&field=summary
-->
<!-- If you wish to do custom client-side styling of RSS, uncomment this:
<?xml-stylesheet href="http://dev.clojure.org/jira/styles/jiraxml2html.xsl" type="text/xsl"?>
-->
<rss version="0.92">
    <channel>
        <title>Clojure JIRA</title>
        <link>http://dev.clojure.org/jira/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=labels+%3D+unify</link>
        <description>An XML representation of a search request</description>
                <language>en-us</language>
                        <issue start="0" end="3" total="3"/>
                <build-info>
            <version>4.4</version>
            <build-number>649</build-number>
            <build-date>25-07-2011</build-date>
        </build-info>
<item>
            <title>[UNIFY-4] Vectors of different length incorrectly unify</title>
                <link>http://dev.clojure.org/jira/browse/UNIFY-4</link>
                <project id="10073" key="UNIFY">core.unify</project>
                        <description>&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;(unify &apos;[1 ?x] &apos;[1])
=&amp;gt; {?x nil}&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I expect this unification to fail.&lt;/p&gt;</description>
                <environment></environment>
            <key id="15211">UNIFY-4</key>
            <summary>Vectors of different length incorrectly unify</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="fogus">Fogus</assignee>
                                <reporter username="dewinant">Thomas Winant</reporter>
                        <labels>
                        <label>unify</label>
                    </labels>
                <created>Wed, 8 Feb 2012 07:51:35 -0600</created>
                <updated>Fri, 25 May 2012 22:00:40 -0500</updated>
                    <resolved>Fri, 25 May 2012 22:00:40 -0500</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="28285" author="fogus" created="Thu, 26 Apr 2012 11:48:16 -0500"  >&lt;p&gt;Which version are you using?&lt;/p&gt;</comment>
                    <comment id="28286" author="dewinant" created="Thu, 26 Apr 2012 13:43:13 -0500"  >&lt;p&gt;Version 5.2&lt;/p&gt;</comment>
                    <comment id="28609" author="fogus" created="Fri, 25 May 2012 22:00:40 -0500"  >&lt;p&gt;This is not a perfect solution, but it works as a stopgap as this will be handled in the next 0.1.0 version. For now the 0.5.3 version has been deployed and should be available on Maven Central in the next few hours.&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>

<item>
            <title>[UNIFY-2] Remove reflection warnings</title>
                <link>http://dev.clojure.org/jira/browse/UNIFY-2</link>
                <project id="10073" key="UNIFY">core.unify</project>
                        <description>&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;Reflection warning, clojure/core/unify.clj:30 - reference to field getClass can&apos;t be resolved.
Reflection warning, clojure/core/unify.clj:30 - reference to field isArray can&apos;t be resolved.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;These reflective calls occur frequently enough that they should be resolved.&lt;/p&gt;</description>
                <environment></environment>
            <key id="15097">UNIFY-2</key>
            <summary>Remove reflection warnings</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="fogus">Fogus</assignee>
                                <reporter username="fogus">Fogus</reporter>
                        <labels>
                        <label>performance</label>
                        <label>reflection</label>
                        <label>unify</label>
                    </labels>
                <created>Thu, 5 Jan 2012 07:26:54 -0600</created>
                <updated>Thu, 5 Jan 2012 07:37:14 -0600</updated>
                    <resolved>Thu, 5 Jan 2012 07:37:14 -0600</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="27509" author="fogus" created="Thu, 5 Jan 2012 07:37:14 -0600"  >&lt;p&gt;Fixed in 6b6d1130bf857439d1863f6fc574a7a6541b84b8.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                <customfield id="customfield_10002" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                <customfieldname>Approval</customfieldname>
                <customfieldvalues>
                        <customfieldvalue key="10007">Ok</customfieldvalue>

                </customfieldvalues>
            </customfield>
                                                                                    <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>

<item>
            <title>[LOGIC-36] Unification bug in binding-map</title>
                <link>http://dev.clojure.org/jira/browse/LOGIC-36</link>
                <project id="10020" key="LOGIC">core.logic</project>
                        <description>&lt;p&gt;I tried some tests of core.unify against core.logics binding-map function and found some inconsistencies:&lt;br/&gt;
(binding-map &apos;(?x ?y) &apos;(?y ?x)) ==&amp;gt; {?y _.0, ?x _.0}&lt;br/&gt;
while core.unify returns ==&amp;gt; {?x ?y}&lt;/p&gt;</description>
                <environment></environment>
            <key id="15322">LOGIC-36</key>
            <summary>Unification bug in binding-map</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="dnolen">David Nolen</assignee>
                                <reporter username="ath">Andr&#233; Thieme</reporter>
                        <labels>
                        <label>unify</label>
                    </labels>
                <created>Mon, 9 Apr 2012 16:08:00 -0500</created>
                <updated>Sun, 17 Mar 2013 18:52:10 -0500</updated>
                    <resolved>Sun, 17 Mar 2013 18:52:10 -0500</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="30784" author="dnolen" created="Sun, 17 Mar 2013 18:52:10 -0500"  >&lt;p&gt;fixed, &lt;a href=&quot;http://github.com/clojure/core.logic/commit/c37212270688b1bdbbca7fb81c1fc52062b24139&quot;&gt;http://github.com/clojure/core.logic/commit/c37212270688b1bdbbca7fb81c1fc52062b24139&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>