openbadgefactory / salava

Open Badge Passport community edition
Apache License 2.0
19 stars 8 forks source link

Warning on Figwheel, cljsbuild and scss compiler #29

Closed cdisabatino closed 5 years ago

cdisabatino commented 5 years ago

Hello, When I execute the "lein develop" command, I have the warnings below. Should not modfier dependencies to correct warnings?

Thanks, Christophe

WARNING: pos-int? already refers to: #'clojure.core/pos-int? in namespace: taoensso.encore, being replaced by: #'taoensso.encore/pos-int? WARNING: bytes? already refers to: #'clojure.core/bytes? in namespace: taoensso.encore, being replaced by: #'taoensso.encore/bytes? WARNING: pos-int? already refers to: cljs.core/pos-int? being replaced by: taoensso.encore/pos-int? at line 235 target/generated/public/js/out/taoensso/encore.cljs

Isaakay111 commented 5 years ago

These do not affect functionality, we will correct those in due time. You are anyway welcome to fix those and make a pull request.