<!-- 
RSS generated by JIRA (4.4#649-r158309) at Wed Jun 19 06:25:43 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/CLJ-751/CLJ-751.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>[CLJ-751] cl-format: ~( thows an exception with an empty string</title>
                <link>http://dev.clojure.org/jira/browse/CLJ-751</link>
                <project id="10010" key="CLJ">Clojure</project>
                        <description></description>
                <environment></environment>
            <key id="14366">CLJ-751</key>
            <summary>cl-format: ~( thows an exception with an empty string</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="6" iconUrl="http://dev.clojure.org/jira/images/icons/status_closed.gif">Closed</status>
                    <resolution id="1">Completed</resolution>
                                <assignee username="tomfaulhaber">Tom Faulhaber</assignee>
                                <reporter username="tomfaulhaber">Tom Faulhaber</reporter>
                        <labels>
                    </labels>
                <created>Sat, 5 Mar 2011 19:42:48 -0600</created>
                <updated>Fri, 1 Mar 2013 12:47:00 -0600</updated>
                    <resolved>Fri, 8 Apr 2011 09:03:57 -0500</resolved>
                            <version>Release 1.2</version>
                <version>Release 1.3</version>
                                <fixVersion>Release 1.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="26284" author="tomfaulhaber" created="Sat, 5 Mar 2011 19:44:30 -0600"  >&lt;p&gt;The following block of code throws an index out of range exception:&lt;/p&gt;
&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;(cl-format nil &quot;~:(~a~)&quot; &quot;&quot;)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                    <comment id="26285" author="tomfaulhaber" created="Sun, 6 Mar 2011 00:01:29 -0600"  >&lt;p&gt;Patch that fixes the issue and adds tests&lt;/p&gt;</comment>
                    <comment id="26319" author="stu" created="Sun, 20 Mar 2011 10:17:38 -0500"  >&lt;p&gt;Patch works. One question: Why does cl-format print &quot;nil&quot; as &quot;Nil&quot;? Is this a CL-ism? Do we want it?&lt;/p&gt;</comment>
                    <comment id="26325" author="tomfaulhaber" created="Mon, 21 Mar 2011 10:51:31 -0500"  >&lt;p&gt;Answer: cl-format doesn&apos;t print nil as &quot;Nil&quot;. The &lt;sub&gt;(&lt;/sub&gt;) construction is a case control operator. In this case, it capitalizes the each word in the expression: &lt;a href=&quot;http://www.lispworks.com/documentation/HyperSpec/Body/22_cha.htm&quot;&gt;http://www.lispworks.com/documentation/HyperSpec/Body/22_cha.htm&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;In general, I&apos;ve suppressed the obvious &quot;CL-only&quot; stuff like upper case symbols and such and replaced them with the corresponding Clojure conventions.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="10139" name="clj-751.diff" size="1978" author="tomfaulhaber" created="Sun, 6 Mar 2011 00:01:29 -0600" />
                </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>
                                            <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>