emezeske/lein-cljsbuild

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

Open

#431 aperta il 12 dic 2015

Vedi su GitHub
 (6 commenti) (0 reazioni) (0 assegnatari)Clojure (153 fork)batch import
BugHelp WantedSuccessful Repro

Metriche repository

Star
 (1096 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor