Re: clojure.java.*

2010-10-20 Thread Tom Faulhaber
Yup, it's an autodoc bug. I had fixed the bug, but forgot to pull the new version into the area where the autodoc robot runs. So the next time the robot ran, it undid the fixes. :( All fixed up now. Tom On Oct 19, 7:42 pm, Sean Corfield wrote: > On Tue, Oct 19, 2010 at 6:37 PM, Brent Millare

Re: clojure.java.*

2010-10-19 Thread Sean Corfield
On Tue, Oct 19, 2010 at 6:37 PM, Brent Millare wrote: > Just wondering what are the plans for clojure.java.* > > It used to be in http://richhickey.github.com/clojure/ > > but now that we are using http://clojure.github.com/clojure > clojure.java.* is no longer listed. Looks like a bunch of names

Re: clojure.java.*

2010-10-19 Thread Miki
> Just wondering what are the plans for clojure.java.* > > It used to be inhttp://richhickey.github.com/clojure/ > > but now that we are usinghttp://clojure.github.com/clojure > clojure.java.* is no longer listed. user=> (use 'clojure.java.io) nil Seems like it's there, just not documented. --