Fork me on GitHub
#clojure-dev
<
2021-09-14
>
seancorfield20:09:27

Is this a known issue with Alpha 2:

WARNING: update-vals already refers to: #'clojure.core/update-vals in namespace: clojure.tools.analyzer.utils, being replaced by: #'clojure.tools.analyzer.utils/update-vals
WARNING: update-keys already refers to: #'clojure.core/update-keys in namespace: clojure.tools.analyzer.utils, being replaced by: #'clojure.tools.analyzer.utils/update-keys
WARNING: update-vals already refers to: #'clojure.core/update-vals in namespace: clojure.tools.analyzer, being replaced by: #'clojure.tools.analyzer.utils/update-vals
WARNING: update-keys already refers to: #'clojure.core/update-keys in namespace: clojure.tools.analyzer, being replaced by: #'clojure.tools.analyzer.utils/update-keys
WARNING: update-vals already refers to: #'clojure.core/update-vals in namespace: clojure.tools.analyzer.passes, being replaced by: #'clojure.tools.analyzer.utils/update-vals
WARNING: update-vals already refers to: #'clojure.core/update-vals in namespace: clojure.tools.analyzer.passes.uniquify, being replaced by: #'clojure.tools.analyzer.utils/update-vals

seancorfield20:09:50

(i.e., does someone already know that tools.analyzer needs to be updated now)

seancorfield20:09:56

I'll let you know if I find anything else 🙂 It should be up on our staging environment in about 20 minutes!

Alex Miller (Clojure team)20:09:26

tools.analyzer 1.1.0 is in build

seancorfield22:09:42

Thank you for that (and the 1.2.0 of tools.analyzer.jvm and the 1.3.622 of core.async that all depend on that!).

seancorfield04:09:29

Looks like tools.deps.alpha will also need a release with deps bumped -- Looks like org.clojure/tools.deps.alpha 0.12.1036 brings in com.cognitect.aws/api 0.8.515 which brings in org.clojure/core.async 1.3.610 @alexmiller

Alex Miller (Clojure team)12:09:08

Will get there eventually

2