Completed
Details
Details
Assignee
Unassigned
UnassignedReporter
Ed Bowler
Ed BowlerApproval
Ok
Patch
Code and Test
Priority
Affects versions
Fix versions
Created May 4, 2012 at 6:35 PM
Updated June 15, 2012 at 5:09 PM
Resolved June 15, 2012 at 5:09 PM
(set/rename-keys {:a "one" :b "two" :c "three"} {:a :b :b :a}) returns {:b "one" :c "three"}
should be {:a "two" :b "one" :c "three"}
I have created a pull request for a fix, here: https://github.com/clojure/clojure/pull/23