Ack, I meant :require. In your snippet you mention (:use [cemerick.friend :as friend]). I meant that you might want (:require [cemerick.friend :as friend]) instead. I think http://blog.8thlight.com/colin-jones/2010/12/05/clojure-libs-and-namespaces-require-use-import-and-ns.html has been floating around as a good description of them.
On Sun, Mar 24, 2013 at 11:29 AM, Assen Kolov <assen.ko...@gmail.com> wrote: > Thank you Nelson, > > Can you please explain exactly what refer you mean? In the meanwhile > [:refer-clojure :exclude [identity]] fixed the problem. > > Regards, > Assen > > On Sunday, 24 March 2013 16:43:39 UTC+1, Nelson Morris wrote: >> >> > In the application, I have :use [cemerick.friend :as friend], where >> > indeed >> > a identity function is defined. >> >> I think you want :refer here. > > -- > -- > 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/groups/opt_out. > > -- -- 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/groups/opt_out.