funcool / bide

A simple routing library for ClojureScript
BSD 2-Clause "Simplified" License
131 stars 20 forks source link

Warning due to resolve with clojurescript >= 1.9.660 #11

Closed pandeiro closed 6 years ago

pandeiro commented 7 years ago

Now that resolve exists in cljs.core, the compiler emits a warning:

WARNING: resolve already refers to: cljs.core/resolve being replaced by: bide.core/resolve at line 121 /main.out/bide/core.cljs

Could this be fixed with a quick (:refer-clojure :exclude [resolve]) in bide.core?

niwinz commented 6 years ago

This is already fixed