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

Warning when using in Clojure 1.7 #15

Open
belucid opened this issue Oct 19, 2014 · 3 comments
Open

Warning when using in Clojure 1.7 #15

belucid opened this issue Oct 19, 2014 · 3 comments

Comments

@belucid
Copy link

belucid commented Oct 19, 2014

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

@AlexBaranosky
Copy link
Owner

So can you add a similar issue to parsley? Then I can upgrade parsley versions to remove the warning.

@belucid
Copy link
Author

belucid commented Oct 19, 2014

Done:

cgrand/sjacket#21
cgrand/parsley#15

But... Parsley is end of life (see its README). So sjacket might need to switch to Parsnip unless cgrand is still willing to fix it despite the EOL.

https://github.com/cgrand/parsnip/

@belucid
Copy link
Author

belucid commented Feb 17, 2015

Alex, the Parsley issue just got closed (with a new release).

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