On Nov 20, 12:18 am, Chouser <[EMAIL PROTECTED]> wrote:
> Since SVN rev 1110:
>
> user=> (compile 'clojure.contrib.str-utils)
> java.lang.Exception: Namespace name must match file, had:
> clojure.contrib.str-utils and clojure/contrib/str_utils.clj
> (NO_SOURCE_FILE:0)
>
> I think the only problem is that the test to generate this exception
> asserts that classnames equal namespace names. I think the actual
> convention is meant to be that namespaces can have dashes, but the
> generated classes will have underscores in their place. The attached
> patch fixes the assertion.
>
> With this fix I can compile, and then without the .clj sources in the
> classpath anymore, load the generated .class files.
>
Patch applied -thanks!
Rich
--~--~---------~--~----~------------~-------~--~----~
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
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---