<!-- 
RSS generated by JIRA (4.4#649-r158309) at Thu May 23 23:34:51 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-77/LOGIC-77.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-77] Finite-domain vars inside a vector crash when constrained.</title>
                <link>http://dev.clojure.org/jira/browse/LOGIC-77</link>
                <project id="10020" key="LOGIC">core.logic</project>
                        <description>&lt;p&gt;I don&apos;t know a lot about the finite domain code, but it surprised me that this crashes:&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;(run 1 [r a b x]
  (== r [a b])
  (infd a b x (domain 1 2))
  (&amp;lt;fd a b)
  (firsto r x))
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This was the most minimal example I could come up with.&lt;/p&gt;</description>
                <environment>clojure 1.5.0-beta1 with core.logic 0.8.0-beta3</environment>
            <key id="15893">LOGIC-77</key>
            <summary>Finite-domain vars inside a vector crash when constrained.</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="gfredericks">Gary Fredericks</reporter>
                        <labels>
                    </labels>
                <created>Sat, 15 Dec 2012 16:12:52 -0600</created>
                <updated>Mon, 24 Dec 2012 18:14:34 -0600</updated>
                    <resolved>Mon, 24 Dec 2012 18:14:34 -0600</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="30237" author="dnolen" created="Sat, 15 Dec 2012 19:43:52 -0600"  >&lt;p&gt;This commit &lt;a href=&quot;http://github.com/clojure/core.logic/commit/07f2f6ac42ad13ed7476f70669b98e76a84f2455&quot;&gt;http://github.com/clojure/core.logic/commit/07f2f6ac42ad13ed7476f70669b98e76a84f2455&lt;/a&gt; fixes the exception. However I&apos;m still not seeing the expected result which I believe is:&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;([[1 2] 1 2 1])&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                    <comment id="30238" author="dnolen" created="Sat, 15 Dec 2012 21:17:18 -0600"  >&lt;p&gt;This is bug results from the trickiness of aliasing of logic vars in the presence of constraints. Currently when two constrained vars are unified, we point one var to the other var and migrate the constraints. However this is not enough we also need to merge their domains - this is not currently being done.&lt;/p&gt;</comment>
                    <comment id="30318" author="dnolen" created="Mon, 24 Dec 2012 18:14:34 -0600"  >&lt;p&gt;fixed, &lt;a href=&quot;http://github.com/clojure/core.logic/commit/d4d4cd53edfd76c2f416bd699f4b4d914f880985&quot;&gt;http://github.com/clojure/core.logic/commit/d4d4cd53edfd76c2f416bd699f4b4d914f880985&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>