<!-- 
RSS generated by JIRA (4.4#649-r158309) at Tue May 21 18:21:03 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-1123/CLJ-1123.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-1123] UNIX/Windows line endings - clojure.pprint tests cause failure in Windows build</title>
                <link>http://dev.clojure.org/jira/browse/CLJ-1123</link>
                <project id="10010" key="CLJ">Clojure</project>
                        <description>&lt;p&gt;I ran a test build of the latest Clojure 1.5 master (372f03e) on Windows and found a number of failures in the &quot;clojure.test-clojure.pprint&quot; tests. All of these seem to be caused by incorrect assumptions about line endings. Example:&lt;/p&gt;

&lt;p&gt;     &lt;span class=&quot;error&quot;&gt;&amp;#91;java&amp;#93;&lt;/span&gt; {:clojure.test/vars (ns-macro-test),&lt;br/&gt;
     &lt;span class=&quot;error&quot;&gt;&amp;#91;java&amp;#93;&lt;/span&gt;  :thread/name &quot;main&quot;,&lt;br/&gt;
     &lt;span class=&quot;error&quot;&gt;&amp;#91;java&amp;#93;&lt;/span&gt;  :pid 1528,&lt;br/&gt;
     &lt;span class=&quot;error&quot;&gt;&amp;#91;java&amp;#93;&lt;/span&gt;  :thread 1,&lt;br/&gt;
     &lt;span class=&quot;error&quot;&gt;&amp;#91;java&amp;#93;&lt;/span&gt;  :type :assert/fail,&lt;br/&gt;
     &lt;span class=&quot;error&quot;&gt;&amp;#91;java&amp;#93;&lt;/span&gt;  :level :warn,&lt;br/&gt;
     &lt;span class=&quot;error&quot;&gt;&amp;#91;java&amp;#93;&lt;/span&gt;  :test/actual&lt;br/&gt;
     &lt;span class=&quot;error&quot;&gt;&amp;#91;java&amp;#93;&lt;/span&gt;  (not&lt;br/&gt;
     &lt;span class=&quot;error&quot;&gt;&amp;#91;java&amp;#93;&lt;/span&gt;   (clojure.core/=&lt;br/&gt;
     &lt;span class=&quot;error&quot;&gt;&amp;#91;java&amp;#93;&lt;/span&gt;    &quot;(ns slam.hound.stitch\r\n  (:use [slam.hound.prettify :only &lt;span class=&quot;error&quot;&gt;&amp;#91;prettify&amp;#93;&lt;/span&gt;]))\r\n&quot;&lt;br/&gt;
     &lt;span class=&quot;error&quot;&gt;&amp;#91;java&amp;#93;&lt;/span&gt;    &quot;(ns slam.hound.stitch\n  (:use [slam.hound.prettify :only &lt;span class=&quot;error&quot;&gt;&amp;#91;prettify&amp;#93;&lt;/span&gt;]))\n&quot;)),&lt;br/&gt;
     &lt;span class=&quot;error&quot;&gt;&amp;#91;java&amp;#93;&lt;/span&gt;  :test/expected&lt;br/&gt;
     &lt;span class=&quot;error&quot;&gt;&amp;#91;java&amp;#93;&lt;/span&gt;  (clojure.core/=&lt;br/&gt;
     &lt;span class=&quot;error&quot;&gt;&amp;#91;java&amp;#93;&lt;/span&gt;   (clojure.core/with-out-str&lt;br/&gt;
     &lt;span class=&quot;error&quot;&gt;&amp;#91;java&amp;#93;&lt;/span&gt;    (clojure.pprint/with-pprint-dispatch&lt;br/&gt;
     &lt;span class=&quot;error&quot;&gt;&amp;#91;java&amp;#93;&lt;/span&gt;     clojure.pprint/code-dispatch&lt;br/&gt;
     &lt;span class=&quot;error&quot;&gt;&amp;#91;java&amp;#93;&lt;/span&gt;     (clojure.pprint/pprint&lt;br/&gt;
     &lt;span class=&quot;error&quot;&gt;&amp;#91;java&amp;#93;&lt;/span&gt;      (clojure.core/read-string&lt;br/&gt;
     &lt;span class=&quot;error&quot;&gt;&amp;#91;java&amp;#93;&lt;/span&gt;       &quot;(ns slam.hound.stitch\n  (:use [slam.hound.prettify :only &lt;span class=&quot;error&quot;&gt;&amp;#91;prettify&amp;#93;&lt;/span&gt;]))&quot;))))&lt;br/&gt;
     &lt;span class=&quot;error&quot;&gt;&amp;#91;java&amp;#93;&lt;/span&gt;   (clojure.core/str&lt;br/&gt;
     &lt;span class=&quot;error&quot;&gt;&amp;#91;java&amp;#93;&lt;/span&gt;    &quot;(ns slam.hound.stitch\n  (:use [slam.hound.prettify :only &lt;span class=&quot;error&quot;&gt;&amp;#91;prettify&amp;#93;&lt;/span&gt;]))&quot;&lt;br/&gt;
     &lt;span class=&quot;error&quot;&gt;&amp;#91;java&amp;#93;&lt;/span&gt;    &quot;\n&quot;)),&lt;br/&gt;
     &lt;span class=&quot;error&quot;&gt;&amp;#91;java&amp;#93;&lt;/span&gt;  :line 173,&lt;br/&gt;
     &lt;span class=&quot;error&quot;&gt;&amp;#91;java&amp;#93;&lt;/span&gt;  :tstamp 1355113319212,&lt;br/&gt;
     &lt;span class=&quot;error&quot;&gt;&amp;#91;java&amp;#93;&lt;/span&gt;  :file &quot;test_pretty.clj&quot;}&lt;/p&gt;

&lt;p&gt;It isn&apos;t totally clear what the right behaviour should be: should pprint be producing platform specific line endings or not? Either way, the test should confirm the expected behaviour.&lt;/p&gt;</description>
                <environment>Windows 7, Maven 3.0.4</environment>
            <key id="15878">CLJ-1123</key>
            <summary>UNIX/Windows line endings - clojure.pprint tests cause failure in Windows build</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="3">Duplicate</resolution>
                                <assignee username="-1">Unassigned</assignee>
                                <reporter username="mikera">Mike Anderson</reporter>
                        <labels>
                        <label>platform-specific</label>
                        <label>pprint</label>
                    </labels>
                <created>Sun, 9 Dec 2012 22:41:15 -0600</created>
                <updated>Mon, 10 Dec 2012 11:45:23 -0600</updated>
                    <resolved>Mon, 10 Dec 2012 11:45:23 -0600</resolved>
                            <version>Release 1.5</version>
                                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="30199" author="jafingerhut" created="Mon, 10 Dec 2012 01:57:04 -0600"  >&lt;p&gt;Most likely this should be closed as a duplicate of &lt;a href=&quot;http://dev.clojure.org/jira/browse/CLJ-1076&quot; title=&quot;pprint tests fail on Windows, expecting \n&quot;&gt;CLJ-1076&lt;/a&gt;.  The symptoms sound the same, and &lt;a href=&quot;http://dev.clojure.org/jira/browse/CLJ-1076&quot; title=&quot;pprint tests fail on Windows, expecting \n&quot;&gt;CLJ-1076&lt;/a&gt; has a patch for it that should fix the problem.&lt;/p&gt;</comment>
                    <comment id="30200" author="mikera" created="Mon, 10 Dec 2012 02:03:58 -0600"  >&lt;p&gt;Hi Andy - yes this looks like a duplicate, thanks for spotting. Should be closed.&lt;/p&gt;</comment>
                    <comment id="30204" author="jafingerhut" created="Mon, 10 Dec 2012 11:45:23 -0600"  >&lt;p&gt;Duplicate of &lt;a href=&quot;http://dev.clojure.org/jira/browse/CLJ-1076&quot; title=&quot;pprint tests fail on Windows, expecting \n&quot;&gt;CLJ-1076&lt;/a&gt;&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>