<!-- 
RSS generated by JIRA (4.4#649-r158309) at Fri May 24 03:51:44 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-69/LOGIC-69.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-69] prep does not properly recurse terms</title>
                <link>http://dev.clojure.org/jira/browse/LOGIC-69</link>
                <project id="10020" key="LOGIC">core.logic</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;(prep {:a {:b ?c} :d ?d})&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;?c is not walked according to Kevin Lynagh. This should also handle complex map keys.&lt;/p&gt;
</description>
                <environment></environment>
            <key id="15835">LOGIC-69</key>
            <summary>prep does not properly recurse terms</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="dnolen">David Nolen</reporter>
                        <labels>
                    </labels>
                <created>Mon, 19 Nov 2012 12:42:19 -0600</created>
                <updated>Wed, 21 Nov 2012 08:57:52 -0600</updated>
                    <resolved>Wed, 21 Nov 2012 08:57:52 -0600</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="29989" author="lynaghk" created="Wed, 21 Nov 2012 00:09:04 -0600"  >&lt;p&gt;Also available here: &lt;a href=&quot;https://github.com/lynaghk/core.logic/tree/walk-recursive&quot;&gt;https://github.com/lynaghk/core.logic/tree/walk-recursive&lt;/a&gt;&lt;/p&gt;</comment>
                    <comment id="29990" author="lynaghk" created="Wed, 21 Nov 2012 00:13:01 -0600"  >&lt;p&gt;This patch adds prewalk recursion to IWalkTerm for map/record keys and values, seqs, and vectors.&lt;br/&gt;
Note that logic vars within map keys isn&apos;t going to unify in the current implementation, and probably isn&apos;t a sensible thing to do anyway. Prewalk of map keys is just so that people can use core.logic&apos;s walk implementation over clojure.walk to use the IUninitialized protocol.&lt;/p&gt;</comment>
                    <comment id="29991" author="lynaghk" created="Wed, 21 Nov 2012 00:17:58 -0600"  >&lt;p&gt;(Patch updated to walk map keys. I couldn&apos;t figure out how to remove old patch in JIRA.)&lt;/p&gt;</comment>
                    <comment id="29992" author="dnolen" created="Wed, 21 Nov 2012 08:57:52 -0600"  >&lt;p&gt;fixed, &lt;a href=&quot;http://github.com/clojure/core.logic/commit/bd65104ec3fda79790655d4be8a9be436f2c0d54&quot;&gt;http://github.com/clojure/core.logic/commit/bd65104ec3fda79790655d4be8a9be436f2c0d54&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="11692" name="logic69.patch" size="2809" author="lynaghk" created="Wed, 21 Nov 2012 00:16:38 -0600" />
                    <attachment id="11691" name="logic69.patch" size="2700" author="lynaghk" created="Wed, 21 Nov 2012 00:09:04 -0600" />
                </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>