Comment made by: tmulvaney
I'd like to double check that in the case where the collection is empty it is supposed to return an empty list with no metadata?
For example in Clojure 1.10.0-RC4 {{(meta (sort (with-meta [] {:meta :data})))}} returns an empty list with no metadata, whereas I'd have expected (maybe wrongly) an empty list with metadata.