Dave Sann <daves...@gmail.com> writes:

> I sometimes have need to change the names of fns in some of my libs.
>
> As I was doing this, I wondered - is there a way to mark a function or
> namespace or other as deprecated?
>
> I have not seen anything to this effect.

Here's what I use in Leiningen:

https://github.com/technomancy/leiningen/blob/1.x/src/leiningen/core.clj#L13

For things that are just deprecated but not moved, probably just
^:deprecated or ^{:deprecated "1.3.1"} is probably best.

-Phil

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

Reply via email to