<!--
RSS generated by JIRA (4.4#649-r158309) at Wed Jun 19 18:36:05 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/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+TTRACE&tempMax=1000&field=key&field=summary
-->
<!-- If you wish to do custom client-side styling of RSS, uncomment this:
<?xml-stylesheet href="http://dev.clojure.org/jira/styles/jiraxml2html.xsl" type="text/xsl"?>
-->
<rss version="0.92">
    <channel>
        <title>Clojure JIRA</title>
        <link>http://dev.clojure.org/jira/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+TTRACE</link>
        <description>An XML representation of a search request</description>
                <language>en-us</language>
                        <issue start="0" end="2" total="2"/>
                <build-info>
            <version>4.4</version>
            <build-number>649</build-number>
            <build-date>25-07-2011</build-date>
        </build-info>
<item>
            <title>[TTRACE-2] Eliminate a few uses of Reflection in tools.trace</title>
                <link>http://dev.clojure.org/jira/browse/TTRACE-2</link>
                <project id="10084" key="TTRACE">tools.trace</project>
                        <description>&lt;p&gt;There are a few instances of reflection in tools.trace code that can be eliminated with suitable type hints.&lt;/p&gt;</description>
                <environment></environment>
            <key id="15798">TTRACE-2</key>
            <summary>Eliminate a few uses of Reflection in tools.trace</summary>
                <type id="4" iconUrl="http://dev.clojure.org/jira/images/icons/improvement.gif">Enhancement</type>
                                <priority id="4" iconUrl="http://dev.clojure.org/jira/images/icons/priority_minor.gif">Minor</priority>
                    <status id="5" iconUrl="http://dev.clojure.org/jira/images/icons/status_resolved.gif">Resolved</status>
                    <resolution id="1">Completed</resolution>
                                <assignee username="lprefontaine">Luc Pr&#233;fontaine</assignee>
                                <reporter username="jafingerhut">Andy Fingerhut</reporter>
                        <labels>
                    </labels>
                <created>Sun, 28 Oct 2012 22:30:42 -0500</created>
                <updated>Sat, 1 Dec 2012 15:37:28 -0600</updated>
                    <resolved>Sat, 1 Dec 2012 15:37:28 -0600</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="29862" author="jafingerhut" created="Sun, 28 Oct 2012 22:32:33 -0500"  >&lt;p&gt;ttrace-2-eliminate-reflection-v1.txt dated Oct 28 2012 eliminates all current uses of reflection in tools.trace code by adding type hints.&lt;/p&gt;</comment>
                    <comment id="29950" author="lprefontaine" created="Wed, 14 Nov 2012 18:14:53 -0600"  >&lt;p&gt;Done in 0.7.4&lt;/p&gt;</comment>
                    <comment id="30130" author="lprefontaine" created="Sat, 1 Dec 2012 15:36:23 -0600"  >&lt;p&gt;Issued 0.7.5, mising readme but was fixed in 0.7.4&lt;/p&gt;</comment>
                    <comment id="30131" author="lprefontaine" created="Sat, 1 Dec 2012 15:37:28 -0600"  >&lt;p&gt;Fixed in 0.7.5&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="11636" name="ttrace-2-eliminate-reflection-v1.txt" size="2298" author="jafingerhut" created="Sun, 28 Oct 2012 22:32:33 -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="10001">Code</customfieldvalue>

                </customfieldvalues>
            </customfield>
                                                                                        </customfields>
    </item>

<item>
            <title>[TTRACE-1] Two convenience predicate functions useful for IDE-tools</title>
                <link>http://dev.clojure.org/jira/browse/TTRACE-1</link>
                <project id="10084" key="TTRACE">tools.trace</project>
                        <description>&lt;p&gt;In our IDE-tool clj-ns-browser, we show the user a list of vars and make it easy to add a trace by selecting a var and clicking a button.&lt;/p&gt;

&lt;p&gt;In order to only enable the button for a var that is traceable, we use predicate &quot;var-traceable?&quot;. &lt;/p&gt;

&lt;p&gt;In order to change the button text from &quot;trace&quot; to &quot;untrace&quot;, we use predicate &quot;var-traced?&quot;.&lt;/p&gt;

&lt;p&gt;Both &quot;var-traceable?&quot; and &quot;var-traced?&quot; are aware of tools.trace internals - ideally, we would like to remain oblivious to trace&apos;s inners...&lt;/p&gt;

&lt;p&gt;Our implementations for the predicates is at: &lt;a href=&quot;https://gist.github.com/2472261&quot;&gt;https://gist.github.com/2472261&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for the great tool!&lt;/p&gt;</description>
                <environment></environment>
            <key id="15356">TTRACE-1</key>
            <summary>Two convenience predicate functions useful for IDE-tools</summary>
                <type id="4" iconUrl="http://dev.clojure.org/jira/images/icons/improvement.gif">Enhancement</type>
                                <priority id="4" iconUrl="http://dev.clojure.org/jira/images/icons/priority_minor.gif">Minor</priority>
                    <status id="5" iconUrl="http://dev.clojure.org/jira/images/icons/status_resolved.gif">Resolved</status>
                    <resolution id="1">Completed</resolution>
                                <assignee username="lprefontaine">Luc Pr&#233;fontaine</assignee>
                                <reporter username="franks">Frank Siebenlist</reporter>
                        <labels>
                        <label>enhancement</label>
                    </labels>
                <created>Mon, 23 Apr 2012 12:11:34 -0500</created>
                <updated>Sat, 1 Dec 2012 15:38:58 -0600</updated>
                    <resolved>Sat, 1 Dec 2012 15:38:58 -0600</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="29949" author="lprefontaine" created="Wed, 14 Nov 2012 17:56:48 -0600"  >&lt;p&gt;Done, however the names where changed to traced? and traceable?.&lt;/p&gt;</comment>
                    <comment id="29951" author="lprefontaine" created="Wed, 14 Nov 2012 18:18:46 -0600"  >&lt;p&gt;Done is 0.7.4&lt;/p&gt;</comment>
                    <comment id="30132" author="lprefontaine" created="Sat, 1 Dec 2012 15:38:41 -0600"  >&lt;p&gt;Done, &quot;good&quot; version is 0.7.5 (readme &amp;amp; comments need an update in 0.7.4&quot;)&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>
                                            <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>