emezeske/lein-cljsbuild

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

Open

#431 opened on Dec 12, 2015

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Clojure (1,096 stars) (153 forks)batch import
BugHelp WantedSuccessful Repro

Description

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

Contributor guide