Extend clojure.repl/dir to work with the aliases in the current namespace
After:
Patch: clj-1673-3.patch
Screened by: Alex Miller
You know this could be due to direct linking - calls inside the clojure code to other clojure code are now direct linked (static) calls as of 1.8.0-alpha3 and can't be redef'ed.
Yeah, if you turn direct linking off the test passes.
Fixed test to work with direct linking.
This is ready to go. Do I need to do anything to get it back in the queue?
We've missed the window for 1.8 but it's in the queue for 1.9.