tools.namespace — Parse ns declarations from source files, extract their 
dependencies, build a graph of namespace dependencies within a project, 
update that graph as files change, and reload files in the correct order.

https://github.com/clojure/tools.namespace

Leiningen-style dependency:
    [org.clojure/tools.namespace "0.3.0-alpha2"]


Release 0.3.0-alpha2 contains the following changes since 0.3.0-alpha1:

   - Fix TNS-38 <http://dev.clojure.org/jira/browse/TNS-38>: ignore 
   circular dependency from .cljs file to .clj file in :require-macros
   - dependency on tools.reader version 0.10.0
   - dependency on java.classpath version 0.2.3
   - Add clojure.tools.namespace.parse/name-from-ns-decl


Change log:

https://github.com/clojure/tools.namespace/blob/master/CHANGES.md


This is a Clojure Contributed library:

http://dev.clojure.org/display/doc/Clojure+Contrib

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