<!-- 
RSS generated by JIRA (4.4#649-r158309) at Fri May 24 22:41:48 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/CLJS-450/CLJS-450.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>[CLJS-450] (ns) within (do) inconsistent with Clojure behaviour</title>
                <link>http://dev.clojure.org/jira/browse/CLJS-450</link>
                <project id="10040" key="CLJS">ClojureScript</project>
                        <description>&lt;p&gt;An &lt;tt&gt;(ns)&lt;/tt&gt; within a &lt;tt&gt;(do)&lt;/tt&gt; doesn&apos;t quite work as expected at the REPL:&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;ClojureScript:cljs.user&amp;gt; (&lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt; (ns foo) (def x 42))   
nil
ClojureScript:foo&amp;gt; x
nil
ClojureScript:cljs.user&amp;gt; cljs.user/x
42&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The Clojure equivalent:&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; (&lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt; (ns foo) (def x 42))
#&apos;foo/x
foo=&amp;gt; x
42&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
            <key id="15929">CLJS-450</key>
            <summary>(ns) within (do) inconsistent with Clojure behaviour</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="1" iconUrl="http://dev.clojure.org/jira/images/icons/status_open.gif">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="-1">Unassigned</assignee>
                                <reporter username="harto">Stuart Campbell</reporter>
                        <labels>
                    </labels>
                <created>Thu, 27 Dec 2012 19:15:34 -0600</created>
                <updated>Sat, 5 Jan 2013 14:05:17 -0600</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>2</watches>
                        <comments>
                    <comment id="30378" author="dnolen" created="Sat, 5 Jan 2013 14:05:17 -0600"  >&lt;p&gt;Looks like we need to do something similar to what is done in Clojure with top level do - &lt;a href=&quot;http://github.com/frenchy64/typed-clojure/pull/4&quot;&gt;http://github.com/frenchy64/typed-clojure/pull/4&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>