Skip to content

Warning when using in Clojure 1.7 #15

@belucid

Description

@belucid

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"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions