Re: clojure.contrib.repl-utils/show breaks with NoSubMethodError

2011-11-25 Thread Sean Corfield
On Fri, Nov 25, 2011 at 5:09 PM, Curious Fox wrote: > Do you know by any chance is there any equivalent to > clojure.contrib.repl-utils/show in the new set of libraries? > > I.e. is there a standard and recommended way to inspect all object's > properties and methods in REPL? Take a look at cloju

Re: clojure.contrib.repl-utils/show breaks with NoSubMethodError

2011-11-25 Thread Curious Fox
Oh, I see. Do you know by any chance is there any equivalent to clojure.contrib.repl-utils/show in the new set of libraries? I.e. is there a standard and recommended way to inspect all object's properties and methods in REPL? Thanks again, - F On Nov 25, 4:44 pm, Sean Corfield wrote: > On F

Re: clojure.contrib.repl-utils/show breaks with NoSubMethodError

2011-11-25 Thread Sean Corfield
On Fri, Nov 25, 2011 at 3:00 PM, Curious Fox wrote: > I keep running into NoSuchMethodError on any call to > clojure.contrib.repl-utils/show in REPL with clojure 1.3.0: The old contrib libraries are, for the most part, deprecated and not guaranteed to work with Clojure 1.3.0. See http://dev.cloj