On Jul 19, 2015, at 9:58 PM, Zach Tellman <ztell...@gmail.com> wrote: > You're also going to have to target [clj-tuple "0.2.2"], since something else > seems to be shadowing that depedency. Sorry for all the fuss.
Yeah, potemkin 0.4.1 pulls in clj-tuple 0.2.2 (and nothing else in our system depended on either) so we’re good there. I eventually tracked down the shadowing of clj-tuple to an older version of our app that had left a legacy JAR still in place in www/WEB-INF/lib (the problem only occurred when we loaded the Clojure project into the web app, not in any of our standalone Clojure projects!). That dated back to when we still had to add JARs to the lib folder due to the way our old Clojure loader used to work — now we load everything dynamically based on `lein classpath`. So, sorry for the noise :( Sean > On Sunday, July 19, 2015 at 5:02:13 PM UTC-7, Sean Corfield wrote: > Bumping clj-http to 2.0.0 got me past that problem (and it uses Potemkin > 0.4.1) but then I hit the problem below, which I’ve run into several times > trying to use updated versions of clj-http over the last year. > > Message java.lang.RuntimeException: No such var: clj-tuple/vector, > compiling:(potemkin/utils.clj:110:10) > Cause clojure.lang.Compiler$CompilerException > Stacktrace The Error Occurred in > core.clj: line 5866 > called from core.clj: line 5865 > called from core.clj: line 5671 > called from core.clj: line 5711 > called from core.clj: line 5710 > called from core.clj: line 632 > called from core.clj: line 5753 > called from core.clj: line 634 > called from core.clj: line 5843 > called from collections.clj: line 1 > called from collections.clj: line 1 > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.