<!-- 
RSS generated by JIRA (4.4#649-r158309) at Wed May 22 06:26: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-1054/CLJ-1054.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-1054] Syntax quoted form produces a sequence, not a list</title>
                <link>http://dev.clojure.org/jira/browse/CLJ-1054</link>
                <project id="10010" key="CLJ">Clojure</project>
                        <description>&lt;p&gt;Syntax quote returns clojure.lang.Cons instead of IPersistenList.&lt;br/&gt;
But simple quote always returns list.&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;(list? &apos;(1))     =&amp;gt; &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;
(list? &apos;(1 2 3)) =&amp;gt; &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;
(list? `(1))     =&amp;gt; &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;
(list? `(1 2 3)) =&amp;gt; &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
            <key id="15658">CLJ-1054</key>
            <summary>Syntax quoted form produces a sequence, not a list</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="2">Declined</resolution>
                                <assignee username="-1">Unassigned</assignee>
                                <reporter username="azhlobich">Andrei Zhlobich</reporter>
                        <labels>
                    </labels>
                <created>Fri, 31 Aug 2012 08:17:26 -0500</created>
                <updated>Tue, 18 Sep 2012 06:42:46 -0500</updated>
                    <resolved>Tue, 18 Sep 2012 06:42:46 -0500</resolved>
                            <version>Release 1.4</version>
                                                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="29478" author="stu" created="Tue, 18 Sep 2012 06:42:46 -0500"  >&lt;p&gt;It is unusual in Clojure to expect/rely on concrete list? checks, particularly given the prevalence of seq?&lt;/p&gt;

&lt;p&gt;If the behavior documented here is causing problems, please discuss use case on mailing list, and then we can open a ticket.&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>