Comment made by: jafingerhut
Patch 0001-Add-transient-predicate.patch dated Mar 17, 2014 applies cleanly to latest Clojure master, but fails a test because the new function transient? has no :added metadata. See most other Clojure functions in clojure.core for examples.
It also generates a new warning while running tests:
WARNING: transient? already refers to: #'clojure.core/transient? in namespace: clojure.test-clojure.data-structures, being replaced by: #'clojure.test-clojure.data-structures/transient?
There is an older (but equivalent) definition of transient? in test file data_structures.clj that should be removed when adding it to clojure.core