Fork me on GitHub
#clojure-dev
<
2021-10-20
>
Alex Miller (Clojure team)00:10:54

We talked about this and decided it was simpler to allow and there might be some uncommon use cases where you'd want one alias for code and one (shorter) alias for kws

cfleming06:10:53

I see, thanks. So it’s possible to end up with two aliases for the same ns now, I hadn’t thought of that.

seancorfield06:10:06

@cfleming That was possible before: (require '[clojure.string :as str] '[clojure.string :as string])

slipset08:10:47

Which clj-kondo conveniently flags 🙂