<!-- 
RSS generated by JIRA (4.4#649-r158309) at Thu May 23 04:52:41 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/CONTRIB-101/CONTRIB-101.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>[CONTRIB-101] eof-value not working in clojure.contrib.json</title>
                <link>http://dev.clojure.org/jira/browse/CONTRIB-101</link>
                <project id="10012" key="CONTRIB">Clojure-Contrib</project>
                        <description>&lt;p&gt;The docs of read-json-from promise eof-error? and eof-value, but these fail to work. This is caused by lines 116-121: &lt;a href=&quot;https://github.com/richhickey/clojure-contrib/blob/master/src/main/clojure/clojure/contrib/json.clj#L116-121&quot;&gt;https://github.com/richhickey/clojure-contrib/blob/master/src/main/clojure/clojure/contrib/json.clj#L116-121&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;At EOF read returns -1, but evaluating (char -1) on the repl reveals that this does not work, and thus an exception is raised before eof-value could be returned.&lt;/p&gt;

&lt;p&gt;This is easily fixed by checking if i is in a valid range, or at least not -1, by doing something like (and (not= i -1) (char i))&lt;/p&gt;</description>
                <environment>1.2 on Snow Leopard</environment>
            <key id="14283">CONTRIB-101</key>
            <summary>eof-value not working in clojure.contrib.json</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="stuart.sierra">Stuart Sierra</assignee>
                                <reporter username="pepijndevos">Pepijn de Vos</reporter>
                        <labels>
                    </labels>
                <created>Tue, 16 Nov 2010 12:22:48 -0600</created>
                <updated>Thu, 18 Nov 2010 17:07:04 -0600</updated>
                    <resolved>Thu, 18 Nov 2010 17:07:04 -0600</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="25944" author="stuart.sierra" created="Thu, 18 Nov 2010 17:05:15 -0600"  >&lt;p&gt;You&apos;re using an old repository. This has been fixed. &lt;a href=&quot;https://github.com/clojure/clojure-contrib&quot;&gt;https://github.com/clojure/clojure-contrib&lt;/a&gt;&lt;/p&gt;</comment>
                    <comment id="25945" author="stuart.sierra" created="Thu, 18 Nov 2010 17:07:04 -0600"  >&lt;p&gt;References old github.com/richhickey repository; this has already been fixed.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                <customfield id="customfield_10002" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                <customfieldname>Approval</customfieldname>
                <customfieldvalues>
                        <customfieldvalue key="10008">Not Approved</customfieldvalue>

                </customfieldvalues>
            </customfield>
                                                                                    <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>
</channel>
</rss>