<!-- 
RSS generated by JIRA (4.4#649-r158309) at Mon May 20 01:08:58 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/CLJS-211/CLJS-211.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>[CLJS-211] apply does not work on IFn objects in CLJS</title>
                <link>http://dev.clojure.org/jira/browse/CLJS-211</link>
                <project id="10040" key="CLJS">ClojureScript</project>
                        <description>&lt;p&gt;&lt;a href=&quot;http://dev.clojure.org/jira/browse/CLJS-135&quot;&gt;http://dev.clojure.org/jira/browse/CLJS-135&lt;/a&gt; fixed this for multimethods, but the same issue applies to anyone who implements IFn.&lt;/p&gt;

&lt;p&gt;The attached patch fixes this by modifying extend-type to emit an apply method on the extended object&apos;s prototype.&lt;/p&gt;</description>
                <environment></environment>
            <key id="15373">CLJS-211</key>
            <summary>apply does not work on IFn objects in CLJS</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="-1">Unassigned</assignee>
                                <reporter username="bbloom">Brandon Bloom</reporter>
                        <labels>
                        <label>patch,</label>
                    </labels>
                <created>Fri, 27 Apr 2012 23:01:14 -0500</created>
                <updated>Sat, 28 Apr 2012 12:50:06 -0500</updated>
                    <resolved>Sat, 28 Apr 2012 12:50:06 -0500</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="28299" author="bbloom" created="Sat, 28 Apr 2012 02:31:39 -0500"  >&lt;p&gt;Updated with patch!&lt;/p&gt;

&lt;p&gt;Worth noting: String has an implementation of IFn and manually defines prototype.apply. I contemplated deleting it, since this makes it unnecessary, however, my general purpose implementation is probably a tad slower. Maybe, maybe not. Depends on how Google&apos;s inlining does. I figured: make it work, then make it fast. So I didn&apos;t bother profiling them and left the existing implementation there.&lt;/p&gt;</comment>
                    <comment id="28300" author="dnolen" created="Sat, 28 Apr 2012 12:50:06 -0500"  >&lt;p&gt;fixed, &lt;a href=&quot;https://github.com/clojure/clojurescript/commit/ddd8199b324997cfe0537be66372162b41ce8293&quot;&gt;https://github.com/clojure/clojurescript/commit/ddd8199b324997cfe0537be66372162b41ce8293&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="11119" name="apply1.patch" size="6024" author="bbloom" created="Sat, 28 Apr 2012 02:31:39 -0500" />
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                            <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>