taoensso / carmine

Redis client + message queue for Clojure
https://www.taoensso.com/carmine
Eclipse Public License 1.0
1.16k stars 131 forks source link

2.8.0 encore/kw-identical? cause error #119

Closed taojoe closed 9 years ago

taojoe commented 9 years ago

in version 2.8.0 use encore/kw-identical? replace clojure default identical? is not a good choice. when we use carmine in a library, when the startup app import the library, it causes the following problem.

Exception in thread "main" java.lang.RuntimeException: No such var: encore/kw-identical?, compiling:(taoensso/carmine/protocol.clj:256:3)

ptaoussanis commented 9 years ago

Hi @taojoe, you have a dependency conflict - please see here.