Hi,

I pulled the latest version.

> How are you running the code? Could you pull the latest master and try 
again?

Nothing fancy:
- clone the repo
- lein deps
- start emacs, clojure-jack-in,
- compile e.g., examples/docstring -> NullPointerException
- comment out the three namespaces I mentioned -> It works perfectly :)
 
> Possibly track down exactly which namespace is causing the Exception.

The following works

    (def analyzed
      (map #(apply analyze/analyze-path %) 
           '[#_["clojure/test.clj" clojure.test]
             ["clojure/set.clj" clojure.set]
             ["clojure/java/io.clj" clojure.java.io]
             #_["clojure/stacktrace.clj" clojure.stacktrace]
             ["clojure/pprint.clj" clojure.pprint]
             ["clojure/walk.clj" clojure.walk]
             ["clojure/string.clj" clojure.string]
             ["clojure/repl.clj" clojure.repl]
             ["clojure/core/protocols.clj" clojure.core.protocols]
             #_["clojure/template.clj" clojure.template]]))

Uncommenting any of the three lines above results in a NullPointerException.

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