Hello everyone,

I wrote this tiny library mostly because there was no automatic way to 
deprecate separate function arities in Clojure. And while I was at it, I 
added some commonly needed features too. So here's what *defprecated* is 
capable of:

   - adding deprecation notice to the docs
   - printing a warning when deprecated function/macro is used (customize 
   to print once or every time)
   - deprecating specific arities so `:forms` metadata is automatically 
   updated (and only deprecated arities fire a warning).
   
You can find information on how to use it here: 
https://github.com/alexander-yakushev/defprecated

Regards,

Alex Yakushev

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