cognitect / transit-cljs

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

Exclude uri? #39

Closed mfikes closed 6 years ago

mfikes commented 6 years ago

Much like #26, we could use an exclude for uri? because with https://github.com/clojure/clojurescript/commit/35ad08e6728d83d0e7e1cce1d724f080eb5abce4 we now get a :redef warning:

WARNING: uri? already refers to: cljs.core/uri? being replaced by: cognitect.transit/uri? at line 332 out/cognitect/transit.cljs
olivergeorge commented 6 years ago

Add a PR for this here because there doesn't seem to be a transit-cljs project here https://dev.clojure.org/jira/secure/BrowseProjects.jspa#all

EmergentBehavior commented 6 years ago

I'm seeing this too.

thedavidmeister commented 6 years ago

yeah me too, shows up in latest version of cljs which is needed to track latest hoplon version

swannodette commented 6 years ago

Fixed in master and cut a new release.