Re: Question on namespace/packages of defrecord

2010-07-17 Thread Eric Thorsen
That's correct...not generating a valid java package from the clojure namespace...hyphens to underscores does not appear to happen for defrecord in 1.2 beta. On Jul 17, 8:29 am, Rasmus Svensson wrote: > 2010/7/17 Moritz Ulrich > > > clojure-namespaces should be treated like java-namespaces: (ns

Re: Question on namespace/packages of defrecord

2010-07-17 Thread Rasmus Svensson
2010/7/17 Moritz Ulrich > clojure-namespaces should be treated like java-namespaces: (ns > foo.bar) instead of (ns foo-bar) > I think he refered to the fact that the hyphen in the (single) namespace segment was not translated into an underscore. // raek -- You received this message because yo

Re: Question on namespace/packages of defrecord

2010-07-17 Thread Moritz Ulrich
clojure-namespaces should be treated like java-namespaces: (ns foo.bar) instead of (ns foo-bar) On Sat, Jul 17, 2010 at 3:45 AM, Eric Thorsen wrote: > Congrats on the 1.2 beta guys! > > When I AOT a defrecord it does not javaize the clojure namespace into > a proper java package name. > (ns this-