make-reference need not be dynamic

Description

It looks like make-reference was made dynamic to support multiple clojure versions. Rebinding make-reference is really only needed for tests, and it would be a shame if making it dynamic causes performance issues.

Perhaps it is not enough of a performance issue to worry about. Otherwise, it might be possible to work around it. Perhaps directly pasting in and using the with-redefs macro, or something similar?

Environment

None

Activity

Show:

Ambrose Bonnaire-Sergeant August 5, 2014 at 4:46 AM

Completed

Details

Assignee

Reporter

Priority

Created February 9, 2013 at 12:26 PM
Updated August 5, 2014 at 4:46 AM
Resolved August 5, 2014 at 4:46 AM