<!-- 
RSS generated by JIRA (4.4#649-r158309) at Wed May 22 16:03:45 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-18/MATCH-18.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-18] IndexOutOfBound exception using &apos;&amp;&apos; in vector matching.</title>
                <link>http://dev.clojure.org/jira/browse/MATCH-18</link>
                <project id="10050" key="MATCH">core.match</project>
                        <description>&lt;p&gt;Following sample causes IndexOutOfBound exception. &lt;/p&gt;

&lt;p&gt;(match [&lt;span class=&quot;error&quot;&gt;&amp;#91;:pow :x 2&amp;#93;&lt;/span&gt;]&lt;br/&gt;
        [&lt;span class=&quot;error&quot;&gt;&amp;#91;:pow arg pow&amp;#93;&lt;/span&gt;] 0&lt;br/&gt;
        [&lt;span class=&quot;error&quot;&gt;&amp;#91;:mult &amp;amp; args&amp;#93;&lt;/span&gt;] 1&lt;br/&gt;
        :else 2)&lt;/p&gt;

&lt;p&gt;Result: IndexOutOfBound&lt;/p&gt;

&lt;p&gt;But if we delete &apos;&amp;amp;&apos; everything works fine:&lt;/p&gt;

&lt;p&gt;(match [&lt;span class=&quot;error&quot;&gt;&amp;#91;:pow :x 2&amp;#93;&lt;/span&gt;]&lt;br/&gt;
        [&lt;span class=&quot;error&quot;&gt;&amp;#91;:pow arg pow&amp;#93;&lt;/span&gt;] 0&lt;br/&gt;
        [&lt;span class=&quot;error&quot;&gt;&amp;#91;:mult args&amp;#93;&lt;/span&gt;] 1&lt;br/&gt;
        :else 2)&lt;/p&gt;

&lt;p&gt;Result: 0&lt;/p&gt;</description>
                <environment></environment>
            <key id="14649">MATCH-18</key>
            <summary>IndexOutOfBound exception using &apos;&amp;&apos; in vector matching.</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="nbeloglazov">Nikita Beloglazov</reporter>
                        <labels>
                    </labels>
                <created>Wed, 28 Sep 2011 16:10:12 -0500</created>
                <updated>Wed, 28 Sep 2011 20:23:05 -0500</updated>
                    <resolved>Wed, 28 Sep 2011 20:23:04 -0500</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="26874" author="dnolen" created="Wed, 28 Sep 2011 20:23:04 -0500"  >&lt;p&gt;Fixed, &lt;a href=&quot;https://github.com/clojure/core.match/commit/e0677eec1dac387e369886a72c19f75262cecd68&quot;&gt;https://github.com/clojure/core.match/commit/e0677eec1dac387e369886a72c19f75262cecd68&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>