Hi

When I first wrote ayler <https://github.com/babysnakes/ayler/wiki> (a
simple namespace browser) I used to get the doc for namespace by running
something like this:

(:doc (meta (find-ns 'some.namespace)))

It used to work on all namespaces (IIRC I was working on clojure 1.4).

Lately I noticed that it doesn't get the metadata. e.g.:

user=> (require 'clojure.test)
nil
user=> (meta (find-ns 'clojure.test))
nil

I'm not sure if it started on clojure 1.5 or 1.6.

-- 
Haim

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