<!-- 
RSS generated by JIRA (4.4#649-r158309) at Wed May 22 10:36:40 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-53/LOGIC-53.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-53] core.logic converts defrecords to maps in it&apos;s query results</title>
                <link>http://dev.clojure.org/jira/browse/LOGIC-53</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;(defrecord Test [a b])

(run* [q]
  (== q (-&amp;gt;Test 1 2 )))

;; ({:a 1, :b 2})
;; Where&apos;s my record?&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>0.7.5 or 0.8-alpha</environment>
            <key id="15705">LOGIC-53</key>
            <summary>core.logic converts defrecords to maps in it&apos;s query results</summary>
                <type id="1" iconUrl="http://dev.clojure.org/jira/images/icons/bug.gif">Defect</type>
                                <priority id="1" iconUrl="http://dev.clojure.org/jira/images/icons/priority_blocker.gif">Blocker</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="martintrojer">Martin Trojer</reporter>
                        <labels>
                        <label>0.8.0</label>
                    </labels>
                <created>Tue, 18 Sep 2012 09:26:48 -0500</created>
                <updated>Wed, 2 Jan 2013 19:18:19 -0600</updated>
                    <resolved>Wed, 2 Jan 2013 19:18:19 -0600</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="29498" author="dnolen" created="Wed, 19 Sep 2012 12:02:58 -0500"  >&lt;p&gt;Records are IPersistentMaps. core.logic doesn&apos;t know anything about your custom type so it returns the type it knows how to unify. &lt;/p&gt;

&lt;p&gt;If you want core.logic to work with your record you need to implement the unification protocols for you record. But of course that&apos;s a little tedious if you have many different records.&lt;/p&gt;

&lt;p&gt;Open to better ideas. The relevant code where this unexpected behavior occurs is the implementation of IWalkTerm for the core Clojure data types.&lt;/p&gt;</comment>
                    <comment id="30359" author="dnolen" created="Wed, 2 Jan 2013 19:18:19 -0600"  >&lt;p&gt;fixed, &lt;a href=&quot;http://github.com/clojure/core.logic/commit/bd3f13a1cd3214e5e15e52383b49f0a54ec8a502&quot;&gt;http://github.com/clojure/core.logic/commit/bd3f13a1cd3214e5e15e52383b49f0a54ec8a502&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>