<!-- 
RSS generated by JIRA (4.4#649-r158309) at Sat May 18 22:22:50 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-901/CLJ-901.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-901] implementation of doc macro in core.repl incorrect for special names... add one character to fix</title>
                <link>http://dev.clojure.org/jira/browse/CLJ-901</link>
                <project id="10010" key="CLJ">Clojure</project>
                        <description>&lt;p&gt;In the implementation of the doc macro in core.repl, the line:&lt;br/&gt;
  (if-let [special-name (&apos;{&amp;amp; fn catch try finally try} name)]&lt;br/&gt;
contains:{&amp;amp; fn catch try finally try}  which is a hashmap.  &lt;/p&gt;

&lt;p&gt;It should be a set, and the line should read:&lt;br/&gt;
  (if-let &lt;a href=&quot;#tok1-block-tok� name)&quot;&gt;special-name (&apos;#{&amp;amp; fn catch try finally try} name)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To see the bug at work:&lt;br/&gt;
user&amp;gt; (doc &amp;amp;)&lt;br/&gt;
-------------------------&lt;br/&gt;
clojure.core/fn&lt;br/&gt;
  (fn name? &lt;span class=&quot;error&quot;&gt;&amp;#91;params*&amp;#93;&lt;/span&gt; exprs*)&lt;br/&gt;
  (fn name? (&lt;span class=&quot;error&quot;&gt;&amp;#91;params*&amp;#93;&lt;/span&gt; exprs*) +)&lt;br/&gt;
Special Form&lt;br/&gt;
  params =&amp;gt; positional-params* , or positional-params* &amp;amp; next-param&lt;br/&gt;
  positional-param =&amp;gt; binding-form&lt;br/&gt;
  next-param =&amp;gt; binding-form&lt;br/&gt;
  name =&amp;gt; symbol&lt;/p&gt;

&lt;p&gt;  Defines a function&lt;/p&gt;

&lt;p&gt;  Please see &lt;a href=&quot;http://clojure.org/special_forms#fn&quot;&gt;http://clojure.org/special_forms#fn&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
            <key id="15086">CLJ-901</key>
            <summary>implementation of doc macro in core.repl incorrect for special names... add one character to fix</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="6" iconUrl="http://dev.clojure.org/jira/images/icons/status_closed.gif">Closed</status>
                    <resolution id="2">Declined</resolution>
                                <assignee username="-1">Unassigned</assignee>
                                <reporter username="doeklund">Daniel Eklund</reporter>
                        <labels>
                    </labels>
                <created>Fri, 23 Dec 2011 12:59:58 -0600</created>
                <updated>Fri, 1 Mar 2013 12:47:08 -0600</updated>
                    <resolved>Tue, 28 Feb 2012 20:04:20 -0600</resolved>
                            <version>Release 1.3</version>
                                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="27731" author="jafingerhut" created="Fri, 17 Feb 2012 00:06:31 -0600"  >&lt;p&gt;Daniel, I&apos;m pretty sure it is intended to be a map, not a set.  The goal is to show the same documentation for try whether you ask for the documentation of try, catch, or finally.  Also, to show the documentation for fn if you ask for the documentation of &amp;amp;, since that symbol is only useful in arg lists in fn (or let).  They could have put multiple entries in special-doc-map and not had that little map inside doc, but that little map avoided the need for such duplication.&lt;/p&gt;</comment>
                    <comment id="27886" author="doeklund" created="Tue, 28 Feb 2012 19:34:41 -0600"  >&lt;p&gt;100% agree.  It was an incorrect report on my part.  Thanks for clearing it up.&lt;/p&gt;</comment>
                    <comment id="27887" author="jafingerhut" created="Tue, 28 Feb 2012 20:04:20 -0600"  >&lt;p&gt;Daniel asked me to change the state of the ticket, since he could not see how to (perhaps insufficient privileges).  Not sure if it should be marked Closed or Resolved, so I&apos;m picking Resolved.&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>