test-clojure/rt.clj has undeclared dependency on clojure.set

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.

Environment

None

Attachments

1
  • 01 Apr 2012, 02:47 AM

Activity

Show:

Aaron Bedra August 15, 2012 at 2:30 AM

Patch applies cleanly against 4004d267e124f12b65b0d7fb6522f32a75e3c4fb. Submitter is a confirmed CA signer.

Andy Fingerhut April 1, 2012 at 2:47 AM

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.

Completed

Details

Assignee

Reporter

Approval

Ok

Patch

Code

Priority

Affects versions

Fix versions

Created March 31, 2012 at 7:40 PM
Updated August 18, 2012 at 1:12 PM
Resolved August 18, 2012 at 1:12 PM