Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump 'suchwow' dep to 6.0.1 - clojure 1.9.0 gives "WARNING: any? already refers to: #'clojure.core/any?" #427

Closed
mbjarland opened this issue Dec 15, 2017 · 1 comment

Comments

@mbjarland
Copy link

mbjarland commented Dec 15, 2017

Midje has a dependency on marick/suchwow which in turn has a dependency on a very old specter version. Suchwow has just made a commit to bump the specter dependency and once that build is up, we should up the suchwow dependency for midje.

Right now, running a lein midje under clojure 1.9.0 results in:

$> lein midje
WARNING: any? already refers to: #'clojure.core/any? in namespace: com.rpl.specter.impl, being replaced by: #'com.rpl.specter.impl/any?

which is an issue in specter that was fixed a while back (nov 2016).

For reference, below is the relevant dependency tree part:

[midje "1.9.0" :scope "test"]
   ...
   [marick/suchwow "6.0.0" :scope "test" :exclusions [[org.clojure/clojure] [org.clojure/clojurescript]]]
     [com.rpl/specter "0.13.0" :scope "test" :exclusions [[org.clojure/clojure] [org.clojure/clojurescript]]]
     ...

and the build of suchwow we are waiting for ups the specter dependency to version "1.0.4"

@philomates
Copy link
Collaborator

I've fixed this issue and published it as Midje 1.9.1 to clojars.
Thanks for reporting this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants