My first step would be to run lein deps :tree
On the project where the error appears, and look for unexpected versions of dependencies. On Monday, 1 February 2016, Pedro Santos <donbonifa...@gmail.com> wrote: > Hello, > > I'm referencing a fn on another lib/namespace. Is this one: > > https://github.com/clanhr/clanhr-api/blob/master/src/clanhr_api/core.clj#L197 > > We don't use declare, it's just a "normal" fn. On another project that > references that fn, we get: > > #error { > :cause Attempting to call unbound fn: > #'clanhr-api.core/query-string-builder > :via > [{:type java.lang.IllegalStateException > :message Attempting to call unbound fn: > #'clanhr-api.core/query-string-builder > :at [clojure.lang.Var$Unbound throwArity Var.java 43]}] > :trace > [[clojure.lang.Var$Unbound throwArity Var.java 43] > [clojure.lang.AFn invoke AFn.java 36] > [clanhr.absences_api.core.get_events$query_string_builder invokeStatic > get_events.clj 4 > > The "clanhr.absences_api.core.get_events$query_string_builder" is just a > wrapper that calls the other one. > > Any tips on how to troubleshoot this? Running clj 1.8. > > -- > Pedro Pereira Santos > https://twitter.com/donbonifacio > > -- > 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 > <javascript:_e(%7B%7D,'cvml','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 > <javascript:_e(%7B%7D,'cvml','clojure%2bunsubscr...@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 > <javascript:_e(%7B%7D,'cvml','clojure%2bunsubscr...@googlegroups.com');>. > For more options, visit https://groups.google.com/d/optout. > -- 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.