On 26 April 2011 22:16, Phil Hagelberg <p...@hagelb.org> wrote:
>
> On Apr 26, 12:58 pm, James Reeves <jree...@weavejester.com> wrote:
> > When I start a REPL and try to slamhound it, it instead throws an exception:
> >
> > user=> (require 'slam.hound)
> > nil
> > user=> (slam.hound/reconstruct "src/foobar/core.clj")
> > java.lang.Exception: No such namespace: str (core.clj:2)
>
> That's by design; it only works when the :as alias is the same as the
> last segment of the namespace name.

Ah, well even if I use "string/trim" it throws the same error:

user=> (require 'slam.hound)
nil
user=> (slam.hound/reconstruct "src/foobar/core.clj")
java.lang.Exception: No such namespace: string (core.clj:2)

> However, there was an unrelated bug causing issues when uncompilable
> namespaces were on the classpath. I'll have a 1.1.1 fix pushed in a
> few minutes.

Is clojure.string an uncompilable namespace, then?

- James

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