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
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.

Reply via email to