<!-- 
RSS generated by JIRA (4.4#649-r158309) at Thu Jun 20 01:10:41 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-61/LOGIC-61.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-61] partial-map in ClojureScript does not correctly unify map members</title>
                <link>http://dev.clojure.org/jira/browse/LOGIC-61</link>
                <project id="10020" key="LOGIC">core.logic</project>
                        <description>&lt;p&gt;In the most recent changes to the core.logic&apos;s CLJS support (&lt;a href=&quot;http://dev.clojure.org/jira/browse/LOGIC-60&quot; title=&quot;Simple unification and partial-map support for ClojureScript&quot;&gt;&lt;del&gt;LOGIC-60&lt;/del&gt;&lt;/a&gt;), partial-map does not correctly unify the members within the map:&lt;/p&gt;

&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;(m/run* [q]
  (m/fresh [pm x]
    (m/== pm (partial-map {:a x}))
    (m/== pm {:a 1 :b 2})
    (m/== x q))))
=&amp;gt; (1)

but,

(m/run* [q]
  (m/fresh [pm x]
    (m/== pm (partial-map {:a x}))
    (m/== pm {:a 1 :b 2})
    (m/== pm q))))
=&amp;gt; (#PMap{:a &amp;lt;lvar:x_3&amp;gt;})
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The latter should unify to {:a 1}&lt;/p&gt;</description>
                <environment></environment>
            <key id="15782">LOGIC-61</key>
            <summary>partial-map in ClojureScript does not correctly unify map members</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="ohpauleez">Paul deGrandis</reporter>
                        <labels>
                    </labels>
                <created>Thu, 25 Oct 2012 12:44:01 -0500</created>
                <updated>Fri, 26 Oct 2012 18:04:59 -0500</updated>
                    <resolved>Fri, 26 Oct 2012 18:04:59 -0500</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="29820" author="dnolen" created="Fri, 26 Oct 2012 18:04:59 -0500"  >&lt;p&gt;fixed, &lt;a href=&quot;http://github.com/clojure/core.logic/commit/d39fd90ae096c1a940e79ea898a9f86d4b106362&quot;&gt;http://github.com/clojure/core.logic/commit/d39fd90ae096c1a940e79ea898a9f86d4b106362&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>