<!-- 
RSS generated by JIRA (4.4#649-r158309) at Tue May 21 03:10:09 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-439/CLJ-439.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-439] Automatic type translation from Integer to Long</title>
                <link>http://dev.clojure.org/jira/browse/CLJ-439</link>
                <project id="10010" key="CLJ">Clojure</project>
                        <description>&lt;p&gt;In some cases types can get lost:&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;(def i1 (&lt;span class=&quot;code-object&quot;&gt;Integer&lt;/span&gt;. &lt;span class=&quot;code-quote&quot;&gt;&quot;100&quot;&lt;/span&gt;))
(def i2 (&lt;span class=&quot;code-object&quot;&gt;Integer&lt;/span&gt;/valueOf 100))

[(class i1) (class i2)]
==&amp;gt; [java.lang.&lt;span class=&quot;code-object&quot;&gt;Integer&lt;/span&gt; java.lang.&lt;span class=&quot;code-object&quot;&gt;Long&lt;/span&gt;]

;; expected ==&amp;gt; [java.lang.&lt;span class=&quot;code-object&quot;&gt;Integer&lt;/span&gt; java.lang.&lt;span class=&quot;code-object&quot;&gt;Integer&lt;/span&gt;]

;; But: (class (&lt;span class=&quot;code-object&quot;&gt;Integer&lt;/span&gt;/valueOf 100)) ==&amp;gt; java.lang.&lt;span class=&quot;code-object&quot;&gt;Integer&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Works correspondingly for Floats, which become Doubles.&lt;/p&gt;</description>
                <environment></environment>
            <key id="13836">CLJ-439</key>
            <summary>Automatic type translation from Integer to Long</summary>
                <type id="1" iconUrl="http://dev.clojure.org/jira/images/icons/bug.gif">Defect</type>
                                        <status id="6" iconUrl="http://dev.clojure.org/jira/images/icons/status_closed.gif">Closed</status>
                    <resolution id="1">Completed</resolution>
                                <assignee username="richhickey">Rich Hickey</assignee>
                                <reporter username="-1">None</reporter>
                        <labels>
                    </labels>
                <created>Mon, 27 Sep 2010 13:42:00 -0500</created>
                <updated>Tue, 28 Sep 2010 13:39:00 -0500</updated>
                    <resolved>Tue, 28 Sep 2010 13:39:00 -0500</resolved>
                                            <fixVersion>Release 1.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="24235" author="importer" created="Tue, 28 Sep 2010 13:39:00 -0500"  >&lt;p&gt;Converted from &lt;a href=&quot;http://www.assembla.com/spaces/clojure/tickets/439&quot;&gt;http://www.assembla.com/spaces/clojure/tickets/439&lt;/a&gt;&lt;/p&gt;</comment>
                    <comment id="24236" author="importer" created="Tue, 28 Sep 2010 13:39:00 -0500"  >&lt;p&gt;richhickey said: (In [&lt;span class=&quot;error&quot;&gt;&amp;#91;r:cc8372f12074b4cccbdd9cde3cfacfae069c57d3&amp;#93;&lt;/span&gt;]) don&apos;t coerce pre-boxed Integers and Floats to Longs/Doubles, fixes #439&lt;/p&gt;

&lt;p&gt;Branch: master&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>