<!-- 
RSS generated by JIRA (4.4#649-r158309) at Sun May 19 09:45:15 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/MATCH-67/MATCH-67.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>[MATCH-67] match broken on ClojureScript &gt;= 88b36c1</title>
                <link>http://dev.clojure.org/jira/browse/MATCH-67</link>
                <project id="10050" key="MATCH">core.match</project>
                        <description>&lt;p&gt;The ClojureScript example in core.match&apos;s readme is failing at the moment, using core.match 0.2.0-alpha11:&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;(ns foo.bar
  (:use-macros [clojure.core.match.js :only [match]]))

(match [(mod 5 3) (mod 5 5)]
      [0 0] &lt;span class=&quot;code-quote&quot;&gt;&quot;FizzBuzz&quot;&lt;/span&gt;
      [0 _] &lt;span class=&quot;code-quote&quot;&gt;&quot;Fizz&quot;&lt;/span&gt;
      [_ 0] &lt;span class=&quot;code-quote&quot;&gt;&quot;Buzz&quot;&lt;/span&gt;
      :&lt;span class=&quot;code-keyword&quot;&gt;else&lt;/span&gt; n)

ClojureScript:foo.bar&amp;gt; WARNING: Use of undeclared Var foo.bar/e__4345__auto__ at line 4 
clojure.lang.ExceptionInfo: Unsupported binding form: (&lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (clojure.core/identical? e__4345__auto__ 0) (&lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt; (clojure.core/let [ocr-5230 (mod 5 5) ocr-5229 (mod 5 3)] (&lt;span class=&quot;code-keyword&quot;&gt;try&lt;/span&gt; (clojure.core/cond (clojure.core/= ocr-5230 0) (clojure.core/let [G__5226 ocr-5229] &lt;span class=&quot;code-quote&quot;&gt;&quot;Buzz&quot;&lt;/span&gt;) :&lt;span class=&quot;code-keyword&quot;&gt;else&lt;/span&gt; (&lt;span class=&quot;code-keyword&quot;&gt;throw&lt;/span&gt; 0)) (&lt;span class=&quot;code-keyword&quot;&gt;catch&lt;/span&gt; e__4345__auto__ (&lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (clojure.core/identical? e__4345__auto__ 0) (&lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt; (clojure.core/let [G__5228 ocr-5230 G__5227 ocr-5229] n)) (&lt;span class=&quot;code-keyword&quot;&gt;throw&lt;/span&gt; e__4345__auto__)))))) (&lt;span class=&quot;code-keyword&quot;&gt;throw&lt;/span&gt; e__4345__auto__)) at line 4  {:tag :cljs/analysis-error, :file nil, :line 4}&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The same error is produced with any usage of match in ClojureScript AFAICT, not just the README example.  However, all is well with core.match AFAICT under Clojure, and if you use older revs of ClojureScript, e.g. r1552.  I did a bisect, and found that this is the first ClojureScript commit with which the example does not work:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/clojure/clojurescript/commit/88b36c1&quot;&gt;https://github.com/clojure/clojurescript/commit/88b36c1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Reverting it with master results in proper evaluation of the match, modulo the warning.&lt;/p&gt;

&lt;p&gt;I don&apos;t see any obvious reason why the above would cause any problems, and some moderate digging based on what I know about ClojureScript didn&apos;t yield any ah-ha! moments.&lt;/p&gt;</description>
                <environment></environment>
            <key id="16014">MATCH-67</key>
            <summary>match broken on ClojureScript &gt;= 88b36c1</summary>
                <type id="1" iconUrl="http://dev.clojure.org/jira/images/icons/bug.gif">Defect</type>
                                <priority id="3" iconUrl="http://dev.clojure.org/jira/images/icons/priority_major.gif">Major</priority>
                    <status id="5" iconUrl="http://dev.clojure.org/jira/images/icons/status_resolved.gif">Resolved</status>
                    <resolution id="1">Completed</resolution>
                                <assignee username="dnolen">David Nolen</assignee>
                                <reporter username="cemerick">Chas Emerick</reporter>
                        <labels>
                    </labels>
                <created>Thu, 14 Feb 2013 15:40:04 -0600</created>
                <updated>Fri, 15 Feb 2013 19:51:49 -0600</updated>
                    <resolved>Fri, 15 Feb 2013 17:21:22 -0600</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="30610" author="dnolen" created="Fri, 15 Feb 2013 17:21:22 -0600"  >&lt;p&gt;fixed &lt;a href=&quot;http://github.com/clojure/core.match/commit/3bab92b6620dccdcb9e55941af4599e3adf78a6e&quot;&gt;http://github.com/clojure/core.match/commit/3bab92b6620dccdcb9e55941af4599e3adf78a6e&lt;/a&gt;&lt;/p&gt;</comment>
                    <comment id="30611" author="cemerick" created="Fri, 15 Feb 2013 19:51:49 -0600"  >&lt;p&gt;Thanks for looking at this! &lt;img class=&quot;emoticon&quot; src=&quot;http://dev.clojure.org/jira/images/icons/emoticons/smile.gif&quot; height=&quot;20&quot; width=&quot;20&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&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>