<!-- 
RSS generated by JIRA (4.4#649-r158309) at Wed Jun 19 00:28:04 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-962/CLJ-962.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-962] Vectors returned by subvec allow access at negative indices</title>
                <link>http://dev.clojure.org/jira/browse/CLJ-962</link>
                <project id="10010" key="CLJ">Clojure</project>
                        <description>&lt;p&gt;Google group thread: &lt;a href=&quot;https://mail.google.com/mail/?shva=1#label/clojure/1365e058eaf0d5fa&quot;&gt;https://mail.google.com/mail/?shva=1#label/clojure/1365e058eaf0d5fa&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Vectors returned by subvec correctly disallow access to elements after their end, but not before their beginning.&lt;/p&gt;

&lt;p&gt;Clojure 1.3.0&lt;br/&gt;
user=&amp;gt; (def v1 (vec (range 100)))&lt;br/&gt;
#&apos;user/v1&lt;br/&gt;
user=&amp;gt; (def v2 (subvec v1 50 52))&lt;br/&gt;
#&apos;user/v2&lt;br/&gt;
user=&amp;gt; (v2 3)&lt;br/&gt;
IndexOutOfBoundsException   clojure.lang.APersistentVector$SubVector.nth (APersistentVector.java:526)&lt;br/&gt;
user=&amp;gt; (v2 -48)&lt;br/&gt;
2&lt;/p&gt;</description>
                <environment></environment>
            <key id="15304">CLJ-962</key>
            <summary>Vectors returned by subvec allow access at negative indices</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="1">Completed</resolution>
                                <assignee username="-1">Unassigned</assignee>
                                <reporter username="jafingerhut">Andy Fingerhut</reporter>
                        <labels>
                    </labels>
                <created>Thu, 29 Mar 2012 09:55:00 -0500</created>
                <updated>Fri, 18 May 2012 10:03:07 -0500</updated>
                    <resolved>Fri, 18 May 2012 10:03:07 -0500</resolved>
                                            <fixVersion>Release 1.5</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="28044" author="jafingerhut" created="Thu, 29 Mar 2012 10:12:53 -0500"  >&lt;p&gt;One-line simple fix.  clj-962-subvec-nth-throws-on-negative-index-patch1.txt dated March 29, 2012 applies, builds, and tests cleanly on latest master.  Includes a few new tests that exhibit the problem.  One author has signed CA.&lt;/p&gt;</comment>
                    <comment id="28192" author="alan@thinkrelevance.com" created="Fri, 20 Apr 2012 13:52:50 -0500"  >&lt;p&gt;I checked this out and it looks good to me, thank you.&lt;/p&gt;</comment>
                    <comment id="28432" author="jafingerhut" created="Thu, 10 May 2012 18:29:43 -0500"  >&lt;p&gt;clj-962-subvec-nth-throws-on-negative-index-patch2.txt dated May 10, 2012 is identical to previous patch clj-962-subvec-nth-throws-on-negative-index-patch1.txt dated Mar 29, 2012, except previous one failed to apply cleanly to latest master because of some lines of context changing in the source code.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="11189" name="clj-962-subvec-nth-throws-on-negative-index-patch2.txt" size="1561" author="jafingerhut" created="Thu, 10 May 2012 18:29:43 -0500" />
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                <customfield id="customfield_10002" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                <customfieldname>Approval</customfieldname>
                <customfieldvalues>
                        <customfieldvalue key="10007">Ok</customfieldvalue>

                </customfieldvalues>
            </customfield>
                                                                                    <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                            <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                <customfieldname>Patch</customfieldname>
                <customfieldvalues>
                        <customfieldvalue key="10002">Code and Test</customfieldvalue>

                </customfieldvalues>
            </customfield>
                                                                                        </customfields>
    </item>
</channel>
</rss>