EOFException when using clojuredocs under repl

2012-11-09 Thread Satoru Logic
HI, all. I read in a `leiningen` tutorial that we can use `clojuredocs` to get docs and examples. But when I try, it failed with an `EOFException`: user= (clojuredocs pprint) EOFException Unexpected end of ZLIB input stream java.util.zip.InflaterInputStream.fill

Re: EOFException when using clojuredocs under repl

2012-11-09 Thread Sean Corfield
On Fri, Nov 9, 2012 at 8:50 PM, Satoru Logic satorulo...@gmail.com wrote: But when I try, it failed with an `EOFException`: user= (clojuredocs pprint) EOFException Unexpected end of ZLIB input stream java.util.zip.InflaterInputStream.fill (InflaterInputStream.java:223) Is this a bug?

Re: EOFException when using clojuredocs under repl

2012-11-09 Thread Satoru Logic
On Saturday, November 10, 2012 1:34:20 PM UTC+8, Sean Corfield wrote: On Fri, Nov 9, 2012 at 8:50 PM, Satoru Logic sator...@gmail.comjavascript: wrote: But when I try, it failed with an `EOFException`: user= (clojuredocs pprint) EOFException Unexpected end of ZLIB input