<!--
RSS generated by JIRA (4.4#649-r158309) at Wed Jun 19 04:05:49 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/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+UNIFY+ORDER+BY+updated+DESC%2C+priority+DESC%2C+created+ASC&tempMax=1000&field=key&field=summary
-->
<!-- If you wish to do custom client-side styling of RSS, uncomment this:
<?xml-stylesheet href="http://dev.clojure.org/jira/styles/jiraxml2html.xsl" type="text/xsl"?>
-->
<rss version="0.92">
    <channel>
        <title>Clojure JIRA</title>
        <link>http://dev.clojure.org/jira/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+UNIFY+ORDER+BY+updated+DESC%2C+priority+DESC%2C+created+ASC</link>
        <description>An XML representation of a search request</description>
                <language>en-us</language>
                        <issue start="0" end="6" total="6"/>
                <build-info>
            <version>4.4</version>
            <build-number>649</build-number>
            <build-date>25-07-2011</build-date>
        </build-info>
<item>
            <title>[UNIFY-5] core.unify locks Midje down to Clojure 1.3</title>
                <link>http://dev.clojure.org/jira/browse/UNIFY-5</link>
                <project id="10073" key="UNIFY">core.unify</project>
                        <description>&lt;p&gt;According to `lein2 deps :tree` core.unify 0.5.2 is the (a?) reason that Midje can&apos;t use Clojure 1.4.&lt;/p&gt;</description>
                <environment></environment>
            <key id="15366">UNIFY-5</key>
            <summary>core.unify locks Midje down to Clojure 1.3</summary>
                <type id="3" iconUrl="http://dev.clojure.org/jira/images/icons/task.gif">Task</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="fogus">Fogus</assignee>
                                <reporter username="marick">Brian Marick</reporter>
                        <labels>
                    </labels>
                <created>Thu, 26 Apr 2012 06:55:28 -0500</created>
                <updated>Fri, 25 May 2012 22:01:40 -0500</updated>
                    <resolved>Fri, 25 May 2012 22:01:40 -0500</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="28283" author="fogus" created="Thu, 26 Apr 2012 10:23:14 -0500"  >&lt;p&gt;I will put together a point release for the next version today or tomorrow (latest).  Thank you.&lt;/p&gt;</comment>
                    <comment id="28610" author="fogus" created="Fri, 25 May 2012 22:01:20 -0500"  >&lt;p&gt;Tomorrow came and went. I apologize. The 0.5.3 version has been deployed and should be available on Maven Central in the next few hours.&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>

<item>
            <title>[UNIFY-4] Vectors of different length incorrectly unify</title>
                <link>http://dev.clojure.org/jira/browse/UNIFY-4</link>
                <project id="10073" key="UNIFY">core.unify</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;(unify &apos;[1 ?x] &apos;[1])
=&amp;gt; {?x nil}&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I expect this unification to fail.&lt;/p&gt;</description>
                <environment></environment>
            <key id="15211">UNIFY-4</key>
            <summary>Vectors of different length incorrectly unify</summary>
                <type id="1" iconUrl="http://dev.clojure.org/jira/images/icons/bug.gif">Defect</type>
                                <priority id="4" iconUrl="http://dev.clojure.org/jira/images/icons/priority_minor.gif">Minor</priority>
                    <status id="5" iconUrl="http://dev.clojure.org/jira/images/icons/status_resolved.gif">Resolved</status>
                    <resolution id="1">Completed</resolution>
                                <assignee username="fogus">Fogus</assignee>
                                <reporter username="dewinant">Thomas Winant</reporter>
                        <labels>
                        <label>unify</label>
                    </labels>
                <created>Wed, 8 Feb 2012 07:51:35 -0600</created>
                <updated>Fri, 25 May 2012 22:00:40 -0500</updated>
                    <resolved>Fri, 25 May 2012 22:00:40 -0500</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="28285" author="fogus" created="Thu, 26 Apr 2012 11:48:16 -0500"  >&lt;p&gt;Which version are you using?&lt;/p&gt;</comment>
                    <comment id="28286" author="dewinant" created="Thu, 26 Apr 2012 13:43:13 -0500"  >&lt;p&gt;Version 5.2&lt;/p&gt;</comment>
                    <comment id="28609" author="fogus" created="Fri, 25 May 2012 22:00:40 -0500"  >&lt;p&gt;This is not a perfect solution, but it works as a stopgap as this will be handled in the next 0.1.0 version. For now the 0.5.3 version has been deployed and should be available on Maven Central in the next few hours.&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>

<item>
            <title>[UNIFY-6] Create tests for k&amp;v map unification</title>
                <link>http://dev.clojure.org/jira/browse/UNIFY-6</link>
                <project id="10073" key="UNIFY">core.unify</project>
                        <description>&lt;p&gt;Substitution in map keys or values should both work.  I doubt there are tests around this.&lt;/p&gt;
</description>
                <environment></environment>
            <key id="15478">UNIFY-6</key>
            <summary>Create tests for k&amp;v map unification</summary>
                <type id="3" iconUrl="http://dev.clojure.org/jira/images/icons/task.gif">Task</type>
                                <priority id="3" iconUrl="http://dev.clojure.org/jira/images/icons/priority_major.gif">Major</priority>
                    <status id="1" iconUrl="http://dev.clojure.org/jira/images/icons/status_open.gif">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="fogus">Fogus</assignee>
                                <reporter username="fogus">Fogus</reporter>
                        <labels>
                    </labels>
                <created>Fri, 25 May 2012 15:31:30 -0500</created>
                <updated>Fri, 25 May 2012 15:31:30 -0500</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <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>

<item>
            <title>[UNIFY-3] Enhance documentation</title>
                <link>http://dev.clojure.org/jira/browse/UNIFY-3</link>
                <project id="10073" key="UNIFY">core.unify</project>
                        <description>&lt;p&gt;The current unify docs are spartan and &quot;just the facts&quot;.  It would be useful to have a set of docs that:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;explain unification&lt;/li&gt;
	&lt;li&gt;explain the library use cases&lt;/li&gt;
	&lt;li&gt;show a simple example use&lt;/li&gt;
&lt;/ul&gt;

</description>
                <environment></environment>
            <key id="15155">UNIFY-3</key>
            <summary>Enhance documentation</summary>
                <type id="3" iconUrl="http://dev.clojure.org/jira/images/icons/task.gif">Task</type>
                                <priority id="3" iconUrl="http://dev.clojure.org/jira/images/icons/priority_major.gif">Major</priority>
                    <status id="1" iconUrl="http://dev.clojure.org/jira/images/icons/status_open.gif">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="fogus">Fogus</assignee>
                                <reporter username="fogus">Fogus</reporter>
                        <labels>
                        <label>docs</label>
                    </labels>
                <created>Fri, 3 Feb 2012 08:43:25 -0600</created>
                <updated>Fri, 3 Feb 2012 08:43:25 -0600</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <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>

<item>
            <title>[UNIFY-1] Cut 0.5.2 release jar</title>
                <link>http://dev.clojure.org/jira/browse/UNIFY-1</link>
                <project id="10073" key="UNIFY">core.unify</project>
                        <description>&lt;p&gt;There are a couple of bug fixes that should make it into a +0.0.1 release.&lt;/p&gt;</description>
                <environment></environment>
            <key id="15070">UNIFY-1</key>
            <summary>Cut 0.5.2 release jar</summary>
                <type id="3" iconUrl="http://dev.clojure.org/jira/images/icons/task.gif">Task</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="fogus">Fogus</assignee>
                                <reporter username="fogus">Fogus</reporter>
                        <labels>
                    </labels>
                <created>Wed, 14 Dec 2011 07:32:31 -0600</created>
                <updated>Mon, 9 Jan 2012 06:48:18 -0600</updated>
                    <resolved>Mon, 9 Jan 2012 06:48:18 -0600</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <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>

<item>
            <title>[UNIFY-2] Remove reflection warnings</title>
                <link>http://dev.clojure.org/jira/browse/UNIFY-2</link>
                <project id="10073" key="UNIFY">core.unify</project>
                        <description>&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;Reflection warning, clojure/core/unify.clj:30 - reference to field getClass can&apos;t be resolved.
Reflection warning, clojure/core/unify.clj:30 - reference to field isArray can&apos;t be resolved.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;These reflective calls occur frequently enough that they should be resolved.&lt;/p&gt;</description>
                <environment></environment>
            <key id="15097">UNIFY-2</key>
            <summary>Remove reflection warnings</summary>
                <type id="1" iconUrl="http://dev.clojure.org/jira/images/icons/bug.gif">Defect</type>
                                <priority id="4" iconUrl="http://dev.clojure.org/jira/images/icons/priority_minor.gif">Minor</priority>
                    <status id="5" iconUrl="http://dev.clojure.org/jira/images/icons/status_resolved.gif">Resolved</status>
                    <resolution id="1">Completed</resolution>
                                <assignee username="fogus">Fogus</assignee>
                                <reporter username="fogus">Fogus</reporter>
                        <labels>
                        <label>performance</label>
                        <label>reflection</label>
                        <label>unify</label>
                    </labels>
                <created>Thu, 5 Jan 2012 07:26:54 -0600</created>
                <updated>Thu, 5 Jan 2012 07:37:14 -0600</updated>
                    <resolved>Thu, 5 Jan 2012 07:37:14 -0600</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="27509" author="fogus" created="Thu, 5 Jan 2012 07:37:14 -0600"  >&lt;p&gt;Fixed in 6b6d1130bf857439d1863f6fc574a7a6541b84b8.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                <customfield id="customfield_10002" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                <customfieldname>Approval</customfieldname>
                <customfieldvalues>
                        <customfieldvalue key="10007">Ok</customfieldvalue>

                </customfieldvalues>
            </customfield>
                                                                                    <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>
</channel>
</rss>