<!--
RSS generated by JIRA (4.4#649-r158309) at Fri May 24 04:46:28 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+ALGOG+ORDER+BY+status+DESC%2C+priority+DESC&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+ALGOG+ORDER+BY+status+DESC%2C+priority+DESC</link>
        <description>An XML representation of a search request</description>
                <language>en-us</language>
                        <issue start="0" end="2" total="2"/>
                <build-info>
            <version>4.4</version>
            <build-number>649</build-number>
            <build-date>25-07-2011</build-date>
        </build-info>
<item>
            <title>[ALGOG-2] dispatch for fmap multimethod shouldn&apos;t be on type of second argument</title>
                <link>http://dev.clojure.org/jira/browse/ALGOG-2</link>
                <project id="10071" key="ALGOG">algo.generic</project>
                        <description>&lt;p&gt;AFAICT having fmap dispatch on the type of the second argument makes it practically impossible to define fmap for arbitrary functions, since the type is different for each function:&lt;/p&gt;

&lt;p&gt;user&amp;gt; (type type)&lt;br/&gt;
clojure.core$type&lt;br/&gt;
user&amp;gt; (type fn?)&lt;br/&gt;
clojure.core$fn_QMARK_&lt;br/&gt;
user&amp;gt; (type not=)&lt;br/&gt;
clojure.core$not_EQ_&lt;br/&gt;
user&amp;gt; &lt;/p&gt;

&lt;p&gt;However, there&apos;s a perfectly reasonable definition of fmap for functions (fmap = comp).&lt;/p&gt;

&lt;p&gt;To my mind the simplest/best thing to do is just have a Functor protocol and have fmap call a function in it, with the order of arguments reversed so that dispatch will happen correctly.&lt;/p&gt;</description>
                <environment></environment>
            <key id="16198">ALGOG-2</key>
            <summary>dispatch for fmap multimethod shouldn&apos;t be on type of second argument</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="1" iconUrl="http://dev.clojure.org/jira/images/icons/status_open.gif">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="khinsen">Konrad Hinsen</assignee>
                                <reporter username="wolfson">ben wolfson</reporter>
                        <labels>
                    </labels>
                <created>Wed, 22 May 2013 18:34:29 -0500</created>
                <updated>Wed, 22 May 2013 18:34:29 -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>[ALGOG-1] Mention algo.generic.functor in README</title>
                <link>http://dev.clojure.org/jira/browse/ALGOG-1</link>
                <project id="10071" key="ALGOG">algo.generic</project>
                        <description>&lt;p&gt;All algo.generic submodules except for functor are mentioned in the README.&lt;/p&gt;

&lt;p&gt;Attached is a patch that rectifies this.&lt;/p&gt;</description>
                <environment></environment>
            <key id="15849">ALGOG-1</key>
            <summary>Mention algo.generic.functor in README</summary>
                <type id="1" iconUrl="http://dev.clojure.org/jira/images/icons/bug.gif">Defect</type>
                                <priority id="5" iconUrl="http://dev.clojure.org/jira/images/icons/priority_trivial.gif">Trivial</priority>
                    <status id="1" iconUrl="http://dev.clojure.org/jira/images/icons/status_open.gif">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="khinsen">Konrad Hinsen</assignee>
                                <reporter username="qerub">Christoffer Sawicki</reporter>
                        <labels>
                    </labels>
                <created>Fri, 23 Nov 2012 15:22:42 -0600</created>
                <updated>Fri, 23 Nov 2012 15:22:42 -0600</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                                <attachments>
                    <attachment id="11706" name="Mention-algo.generic.functor-in-README.patch" size="893" author="qerub" created="Fri, 23 Nov 2012 15:22:42 -0600" />
                </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>