[CLJ-964] test-clojure/rt.clj has undeclared dependency on clojure.set Created: 31/Mar/12 Updated: 18/Aug/12 Resolved: 18/Aug/12 |
|
| Status: | Closed |
| Project: | Clojure |
| Component/s: | None |
| Affects Version/s: | Release 1.3, Release 1.4 |
| Fix Version/s: | Release 1.5 |
| Type: | Defect | Priority: | Trivial |
| Reporter: | David Miller | Assignee: | Unassigned |
| Resolution: | Completed | Votes: | 0 |
| Labels: | test | ||
| Attachments: |
|
| Patch: | Code |
| Approval: | Ok |
| Description |
|
In test-clojure/rt.clj, the test last-var-wins-for-core evaluates #'clojure.set/subset?. This fails unless clojure.set has been loaded. In the normal run of the test suite, this dependency is satisfied by test-clojure/core-set being loaded first. |
| Comments |
| Comment by Andy Fingerhut [ 31/Mar/12 8:47 PM ] |
|
clj-964-add-require-of-clojure-set-patch1.txt dated March 31, 2012 applies cleanly as of latest master. It simply adds a require of clojure.set to test_clojure/rt.clj. I verified that if that test was the only one, it does fail without the require, and passes with it. I also verified that every other test file succeeds on its own without any further changes. |
| Comment by Aaron Bedra [ 14/Aug/12 8:30 PM ] |
|
Patch applies cleanly against 4004d267e124f12b65b0d7fb6522f32a75e3c4fb. Submitter is a confirmed CA signer. |