ns-tracker icon indicating copy to clipboard operation
ns-tracker copied to clipboard

Support `:as-alias` from Clojure 1.11

Open mk opened this issue 3 years ago • 2 comments

This adds support to Clojure 1.11's :as-alias as outlined in https://clojure.atlassian.net/browse/CLJ-2123 and implemented in https://github.com/clojure/clojure/commit/f96eef2.

mk avatar Sep 15 '21 09:09 mk

Thanks for the PR. Can you change the commit message to:

Add support for :as-alias from Clojure 1.11

Add support for Clojure 1.11's :as-alias option as outlined in
https://clojure.atlassian.net/browse/CLJ-2123 and implemented in
clojure/clojure@f96eef2

Basically just remove the markdown backticks and make it plaintext instead.

weavejester avatar Sep 15 '21 10:09 weavejester

@weavejester sure, done.

mk avatar Sep 15 '21 10:09 mk

Thanks for the fix, and apologies for the two year delay in merging it!

weavejester avatar Jun 19 '24 12:06 weavejester