<!-- 
RSS generated by JIRA (4.4#649-r158309) at Tue May 21 15:04:13 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/CONTRIB-96/CONTRIB-96.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>[CONTRIB-96] Cartesian product with nil args</title>
                <link>http://dev.clojure.org/jira/browse/CONTRIB-96</link>
                <project id="10012" key="CONTRIB">Clojure-Contrib</project>
                        <description>&lt;p&gt;&lt;a href=&quot;http://groups.google.com/group/clojure-dev/browse_thread/thread/ac3582cd1698be1&quot;&gt;http://groups.google.com/group/clojure-dev/browse_thread/thread/ac3582cd1698be1&lt;/a&gt;&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;user&amp;gt; (cartesian-product [1 2] [&lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;] ) 
((1 &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;) (1 &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;) (2 &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;) (2 &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;)) 
user&amp;gt; (cartesian-product [1 2] [&lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;]) 
nil 
user&amp;gt; (cartesian-product [1 2] [nil 4]) 
nil 
&lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;/nil in first position seems to cause failure.&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
            <key id="14256">CONTRIB-96</key>
            <summary>Cartesian product with nil args</summary>
                <type id="1" iconUrl="http://dev.clojure.org/jira/images/icons/bug.gif">Defect</type>
                                        <status id="5" iconUrl="http://dev.clojure.org/jira/images/icons/status_resolved.gif">Resolved</status>
                    <resolution id="1">Completed</resolution>
                                <assignee username="stuart.sierra">Stuart Sierra</assignee>
                                <reporter username="-1">None</reporter>
                        <labels>
                    </labels>
                <created>Fri, 24 Sep 2010 15:01:00 -0500</created>
                <updated>Fri, 26 Nov 2010 08:58:19 -0600</updated>
                    <resolved>Fri, 26 Nov 2010 08:58:19 -0600</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="25874" author="importer" created="Fri, 24 Sep 2010 15:01:00 -0500"  >&lt;p&gt;Converted from &lt;a href=&quot;http://www.assembla.com/spaces/clojure/tickets/96&quot;&gt;http://www.assembla.com/spaces/clojure/tickets/96&lt;/a&gt;&lt;/p&gt;</comment>
                    <comment id="25875" author="importer" created="Fri, 24 Sep 2010 15:01:00 -0500"  >&lt;p&gt;stuart.sierra said: (In &lt;a href=&quot;http://github.com/clojure/clojure-contrib/commit/499b9c02d1932ba0c0651e04b627c25f7f04f0c8&quot;&gt;revision:499b9c02d1932ba0c0651e04b627c25f7f04f0c8&lt;/a&gt;) cartesian-product nil-arg fix; refs #96&lt;/p&gt;

&lt;p&gt;Branch: master&lt;/p&gt;</comment>
                    <comment id="25958" author="stuart.sierra" created="Fri, 26 Nov 2010 08:58:19 -0600"  >&lt;p&gt;Fixed in repository commit &lt;a href=&quot;http://github.com/clojure/clojure-contrib/commit/499b9c02d1932ba0c0651e04b627c25f7f04f0c8&quot;&gt;499b9c02d1932ba0c0651e04b627c25f7f04f0c8&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>