Oaaron Thu, Feb 2, 2012 at 5:02 PM, Sam Ritchie <sritchi...@gmail.com> wrote: > Hey Mike, > > I don't think it's in any of the new modular contrib libraries. I placed it > in a utility library called "Jackknife" that we use from Cascalog: > > https://github.com/sritchie/jackknife/blob/master/src/jackknife/def.clj#L4 > > I think the only change I had to make for 1.3 compatibility was changing the > method call on line 12 from .getRoot to .getRawRoot.
I think you probably need something more like: (if (.isDynamic var) (.getRoot var) (.getRawRoot var)) --Aaron -- 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