cognitect / transit-cljs

Transit for ClojureScript
http://transit-format.org
Apache License 2.0
323 stars 20 forks source link

With latest ClojureScript (1.9.76), get warning "uuid? already refers to: cljs.core/uuid? being replaced by: cognitect.transit/uuid?" #26

Closed settinghead closed 8 years ago

swannodette commented 8 years ago

@settinghead thanks, will look into it on Monday

swannodette commented 8 years ago

fixed https://github.com/cognitect/transit-cljs/commit/9a96037b29bb5f8b0637497b1e5ecbfcf1faba90

skrat commented 8 years ago

Still getting this with 1.9.211

puredanger commented 8 years ago

Are you using transit-cljs 0.8.239 ?

skrat commented 8 years ago

@puredanger I'm not using any transit-cljs in my own deps. From top of my project.clj (it's the same with clojure 1.8.0)

(defproject xxx "1.0.5-SNAPSHOT"
  :description "xxx"
  :url "xxx"
  :license {:name "proprietary"}

  :dependencies [[org.clojure/clojure "1.9.0-alpha12"]
                 [org.clojure/clojurescript "1.9.211"]
                 [org.clojure/core.async "0.2.374"]
                 [org.clojure/tools.cli "0.3.5"]
                 [cljsjs/msgpack-js-browser "0.1.4-1"]
                 [binaryage/devtools "0.6.1"]
                 [thi.ng/typedarrays "0.1.5"]
                 [thi.ng/geom-meshops "0.0.908"]
                 [thi.ng/geom "0.0.908"]
                 [cljs-http "0.1.41"]]

  :plugins [[lein-cljsbuild "1.1.4"]
            [lein-figwheel "0.5.4-7"]]

  :source-paths ["src"]
skrat commented 8 years ago

Also this dep tree https://gist.github.com/skrat/4ea24d01e0ec2ffa6cf35c2bb40e87ad