Hello folks.

Last night I pushed a new release of Slamhound, the ns-rewriting tool.
This version has a few notable new features courtesy of Alex
Baranosky:

0) It no longer recommends :use for referring vars but uses the new
:require/:refer notation for Clojure 1.4.

1) It no longer requires that the :require/:as alias match the last
segment of the namespace being required. This makes it actually usable
for codebases that prefer :require/:as.

2) It's now possible to replace the ns form for files on disk, and
this functionality is exposed in a way that makes it work across
entire directories.

As usual, it can be pulled in from Clojars:

    [slamhound "1.3.0"]

The Emacs integration has not been updated to work with nrepl.el yet
but should still work with slime. However, it's much easier to invoke
from the command line now.

Enjoy!

-Phil Hagelberg

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