<!-- 
RSS generated by JIRA (4.4#649-r158309) at Wed May 22 14:55:26 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/LOGIC-54/LOGIC-54.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>[LOGIC-54] Set unification does not operate symmetrically</title>
                <link>http://dev.clojure.org/jira/browse/LOGIC-54</link>
                <project id="10020" key="LOGIC">core.logic</project>
                        <description>&lt;p&gt;A check is absent in unify-with-set that would check for missing values in addition to missing lvars. The incorrect behavior is shown below:&lt;/p&gt;

&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;user&amp;gt; (run* [out] (== #{out} #{1}))
(1)
user&amp;gt; (run* [out] (== #{1} #{out}))
()&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The attached patch includes a similar test to the above and was run against the HEAD as of this posting.&lt;/p&gt;</description>
                <environment></environment>
            <key id="15710">LOGIC-54</key>
            <summary>Set unification does not operate symmetrically</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="abrooks">Aaron Brooks</reporter>
                        <labels>
                    </labels>
                <created>Fri, 21 Sep 2012 14:51:14 -0500</created>
                <updated>Thu, 27 Sep 2012 21:38:33 -0500</updated>
                    <resolved>Thu, 27 Sep 2012 21:38:33 -0500</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="29515" author="dnolen" created="Fri, 21 Sep 2012 14:58:29 -0500"  >&lt;p&gt;Thanks for the report will look into it.&lt;/p&gt;</comment>
                    <comment id="29539" author="dnolen" created="Thu, 27 Sep 2012 21:38:33 -0500"  >&lt;p&gt;fixed, &lt;a href=&quot;http://github.com/clojure/core.logic/commit/cdc4bf8563e9f566cc6e3e0e4f8a7735cd92b88e&quot;&gt;http://github.com/clojure/core.logic/commit/cdc4bf8563e9f566cc6e3e0e4f8a7735cd92b88e&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="11516" name="0001-Fix-unify-with-set-to-work-symmetrically.patch" size="1595" author="abrooks" created="Fri, 21 Sep 2012 14:51:14 -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>