<!-- 
RSS generated by JIRA (4.4#649-r158309) at Tue Jun 18 19:54: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/CLJ-869/CLJ-869.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-869] Macro auto-gensym in let not visible after a nested unquote/syntax-quote</title>
                <link>http://dev.clojure.org/jira/browse/CLJ-869</link>
                <project id="10010" key="CLJ">Clojure</project>
                        <description>&lt;p&gt;See the following simplified example:&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;user=&amp;gt; (defmacro foo [flag]
        `(let [a# 1]
          ~(if flag
             `(println a#))))
#&apos;user/foo
user=&amp;gt; (foo false)
nil
user=&amp;gt; (foo true)
java.lang.Exception: Unable to resolve symbol: a__574__auto__ in this context (NO_SOURCE_FILE:6)
user=&amp;gt; (macroexpand-1 &apos;(foo true))
(clojure.core/let [a__575__auto__ 1] (clojure.core/println a__574__auto__))
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
            <key id="14912">CLJ-869</key>
            <summary>Macro auto-gensym in let not visible after a nested unquote/syntax-quote</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="ataggart">Alexander Taggart</reporter>
                        <labels>
                    </labels>
                <created>Thu, 3 Nov 2011 22:19:31 -0500</created>
                <updated>Fri, 2 Dec 2011 10:42:59 -0600</updated>
                    <resolved>Fri, 2 Dec 2011 10:42:59 -0600</resolved>
                            <version>Release 1.3</version>
                                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="27396" author="richhickey" created="Fri, 2 Dec 2011 10:42:59 -0600"  >&lt;p&gt;This is not a bug&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>