[CLJ-1123] UNIX/Windows line endings - clojure.pprint tests cause failure in Windows build Created: 09/Dec/12 Updated: 10/Dec/12 Resolved: 10/Dec/12 |
|
| Status: | Closed |
| Project: | Clojure |
| Component/s: | None |
| Affects Version/s: | Release 1.5 |
| Fix Version/s: | None |
| Type: | Defect | Priority: | Minor |
| Reporter: | Mike Anderson | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | platform-specific, pprint | ||
| Environment: |
Windows 7, Maven 3.0.4 |
||
| Description |
|
I ran a test build of the latest Clojure 1.5 master (372f03e) on Windows and found a number of failures in the "clojure.test-clojure.pprint" tests. All of these seem to be caused by incorrect assumptions about line endings. Example: [java] {:clojure.test/vars (ns-macro-test), It isn'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. |
| Comments |
| Comment by Andy Fingerhut [ 10/Dec/12 1:57 AM ] |
|
Most likely this should be closed as a duplicate of CLJ-1076. The symptoms sound the same, and CLJ-1076 has a patch for it that should fix the problem. |
| Comment by Mike Anderson [ 10/Dec/12 2:03 AM ] |
|
Hi Andy - yes this looks like a duplicate, thanks for spotting. Should be closed. |
| Comment by Andy Fingerhut [ 10/Dec/12 11:45 AM ] |
|
Duplicate of CLJ-1076 |