emezeske/lein-cljsbuild

:classifier "aot" on clojurescipt dependency drops to *clojurescript-version* "0.0-3211"

Open

#431 建立於 2015年12月12日

在 GitHub 查看
 (6 留言) (0 反應) (0 負責人)Clojure (1,096 star) (153 fork)batch import
BugHelp WantedSuccessful Repro

描述

Hi all,

:dependencies [[org.clojure/clojure "1.7.0"] [org.clojure/clojurescript "1.7.170" ;; :classifier "aot" :exclusion [org.clojure/data.json] ] [org.clojure/data.json "0.2.6" :classifier "aot"]

When enabling the :classifier "aot" the clojurescript version of 1.7.170 gets ignored and cljs project compiles with 0.0-3211.

I stumbled upon this by accident when using the (random-uuid) function which is not present in 0.0-3211.

-Boy

貢獻者指南