Re: Bug + Patch: compile fails for namespaces with dashes in their names.

2008-11-20 Thread Rich Hickey
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 proble

Bug + Patch: compile fails for namespaces with dashes in their names.

2008-11-19 Thread Chouser
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 equ