Fork me on GitHub
#specter
<
2016-09-27
>
rnandan27307:09:21

Trying to use specter with the following configuration [org.clojure/clojurescript "1.9.225" :scope "provided"] [org.clojure/clojure "1.8.0"]

rnandan27307:09:51

[com.rpl/specter "0.13.0"], but am getting errors such as any? already refers to: cljs.core/any? being replaced by: com.rpl.specter.impl/any?

rnandan27307:09:01

Any ideas on the resolution of this?

rnandan27307:09:46

Used this option also [com.rpl/specter "0.13.0" :exclusions [org.clojure/clojure org.clojure/clojurescript]] but no luck

rnandan27307:09:11

this configuration worked

rnandan27307:09:12

[com.rpl/specter "0.11.2" :exclusions [org.clojure/clojure org.clojure/clojurescript]]

nathanmarz12:09:33

@rnandan273 try 0.13.1-SNAPSHOT

rnandan27312:09:15

@nathanmarz Could not compile with this version , the error is " Invalid :refer, macro com.rpl.specter.macros/select does not exist"

nathanmarz12:09:30

@rnandan273 0.13.0 moved all macros to com.rpl.specter namespace

rnandan27313:09:19

@nathanmarz Removing the namespace worked, i should have checked about the changes before asking the question. thanks a lot for your timely response