<!-- 
RSS generated by JIRA (4.4#649-r158309) at Fri May 24 08:37:31 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-1114/CLJ-1114.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-1114] reify ignores :pre and :post</title>
                <link>http://dev.clojure.org/jira/browse/CLJ-1114</link>
                <project id="10010" key="CLJ">Clojure</project>
                        <description>&lt;p&gt;reify ignores :pre and :post assertions&lt;/p&gt;

&lt;p&gt;user=&amp;gt; ((reify clojure.lang.IFn (invoke &lt;span class=&quot;error&quot;&gt;&amp;#91;this&amp;#93;&lt;/span&gt; {:pre &lt;span class=&quot;error&quot;&gt;&amp;#91;false&amp;#93;&lt;/span&gt;} (println &quot;hello&quot;))))&lt;br/&gt;
hello&lt;br/&gt;
nil&lt;br/&gt;
user=&amp;gt; ((fn &lt;span class=&quot;error&quot;&gt;&amp;#91;this&amp;#93;&lt;/span&gt; {:pre &lt;span class=&quot;error&quot;&gt;&amp;#91;false&amp;#93;&lt;/span&gt;} (println &quot;hello&quot;)) 0)&lt;br/&gt;
AssertionError Assert failed: false  user/eval39/fn--40 (NO_SOURCE_FILE:13)&lt;/p&gt;

&lt;p&gt;Expected exception to be thrown&lt;/p&gt;</description>
                <environment></environment>
            <key id="15853">CLJ-1114</key>
            <summary>reify ignores :pre and :post</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="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="yongqli">Yongqian Li</reporter>
                        <labels>
                    </labels>
                <created>Sun, 25 Nov 2012 02:52:05 -0600</created>
                <updated>Sat, 15 Dec 2012 07:30:40 -0600</updated>
                    <resolved>Sat, 15 Dec 2012 07:30:40 -0600</resolved>
                            <version>Release 1.4</version>
                                                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="30031" author="stu" created="Sun, 25 Nov 2012 18:52:57 -0600"  >&lt;p&gt;reify is not documented to support these, so this should be classified as an enhancement&lt;/p&gt;</comment>
                    <comment id="30119" author="halgari" created="Fri, 30 Nov 2012 14:51:29 -0600"  >&lt;p&gt;Vetted. &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>