ckirkendall / kioo

Enlive/Enfocus style templating for Facebook's React and Om in ClojureScript.
Eclipse Public License 1.0
403 stars 39 forks source link

Eliminate warning about replace in kioo/util #4

Closed dcj closed 10 years ago

dcj commented 10 years ago

I'd prefer not to have to repeatedly see this:

WARNING: replace already refers to: #'clojure.core/replace in namespace: kioo.util, being replaced by: #'clojure.string/replace

Would it be possible to tweak the code to eliminate it? For the one time you call replace, maybe just call clojure.string/replace ?

ckirkendall commented 10 years ago

I uploaded the fix, let me know if it clears up your message. I pushed up the new snapshot to clojars.

dcj commented 10 years ago

Yes, this fixed the message. Thank you!!!