BTW, having updated to the latest snapshot, when I press ctl-D in the
repl, I get this exception:

user=> Exception in thread "Thread-4" java.lang.RuntimeException:
java.lang.IndexOutOfBoundsException
        at clojure.lang.AFn.run(AFn.java:28)
        at java.lang.Thread.run(Thread.java:613)
Caused by: java.lang.IndexOutOfBoundsException
        at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:132)
        at java.io.OutputStreamWriter.write(OutputStreamWriter.java:191)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:592)
        at clojure.lang.Reflector.invokeMatchingMethod(Reflector.java:90)
        at clojure.lang.Reflector.invokeInstanceMethod(Reflector.java:28)
        at leiningen.repl$copy_out_loop.invoke(repl.clj:56)
        at leiningen.repl$connect_to_server$fn__823.invoke(repl.clj:74)
        at clojure.lang.AFn.run(AFn.java:24)
        ... 1 more


On Sun, Oct 3, 2010 at 11:32 PM, Sean Corfield <seancorfi...@gmail.com> wrote:
> On Sun, Oct 3, 2010 at 11:26 PM, ataggart <alex.tagg...@gmail.com> wrote:
>> I don't see what you're seeing for the type-hinted version:
> ...
>> Perhaps you need to update your 1.3 install.
>
> Just ran lein deps on the snapshot to get the latest versions and
> still see the warnings:

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to