plumatic / plumbing

Prismatic's Clojure(Script) utility belt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update isn't excluded

MichaelBlume opened this issue · comments

I don't know why, but plumbing exports update even though I'm using Clojure 1.7

WARNING: update already refers to: #'clojure.core/update in namespace: plumbing.core, being replaced by: #'plumbing.core/update
WARNING: update already refers to: #'clojure.core/update in namespace: compojure.api.meta, being replaced by: #'plumbing.core/update
WARNING: update already refers to: #'clojure.core/update in namespace: ring.swagger.core, being replaced by: #'plumbing.core/update

lein deps :tree indicates I'm using plumbing 0.4.1

I'm seeing something similar: WARNING: update already refers to: #'clojure.core/update in namespace: plumbing.graph.positional, being replaced by: #'plumbing.core/update

It would be great to get this sorted out, my team is giving an internal demo of a clojure project next week and it would great to not have to start off the demo with an explanation that the dire-looking WARNING text is nothing to be concerned about. 😄

Yay, thanks =)

you're welcome, thanks for the report :). just released 0.4.2 with this change.

FYI this is still an issue in 0.4.2. The :refer-clojure :exclude didn't make into that release.

Oops, sorry about that -- forgot to pull before I released. Just released 0.4.3 with this change.

👍 thanks!