When using gui-diff under Clojure 1.7 you get:
WARNING: cat already refers to: #'clojure.core/cat in namespace: net.cgrand.parsley.fold, being replaced by: #'net.cgrand.parsley.fold/cat
This comes from using sjacket which uses Parsley, which is EOL.
But it gets pulled into a heck of a lot of Clojure projects via this dependency chain:
[midje "1.6.3"]
[gui-diff "0.5.0"]
[org.clojars.trptcolin/sjacket "0.1.3" :exclusions [[org.clojure/clojure]]]
[net.cgrand/parsley "0.9.1"]
When using gui-diff under Clojure 1.7 you get:
WARNING: cat already refers to: #'clojure.core/cat in namespace: net.cgrand.parsley.fold, being replaced by: #'net.cgrand.parsley.fold/cat
This comes from using sjacket which uses Parsley, which is EOL.
But it gets pulled into a heck of a lot of Clojure projects via this dependency chain:
[midje "1.6.3"]
[gui-diff "0.5.0"]
[org.clojars.trptcolin/sjacket "0.1.3" :exclusions [[org.clojure/clojure]]]
[net.cgrand/parsley "0.9.1"]