On Tue, Oct 5, 2010 at 6:31 PM, Phil Hagelberg <p...@hagelb.org> wrote:
> If you're running from a checkout a simple "git pull" should suffice. The
> SNAPSHOT versions are really intended to be used that way. I'll clarify in
> the readme.

Cool. FWIW, I did a git clone, lein deps, lein install and it didn't
work until I did lein uberjar and manually copied the standalone JAR
into the maven repo. Perhaps that's because I did a lein self-install
on the SNAPSHOT?

Anyways, with Leiningen built from git, (meta ^:foo []) now shows
{:foo true} correctly.

One thing I noticed (with both the recent standalone and what's in
git), when I press ^D to exit the repl, I get this exception:

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__822.invoke(repl.clj:70)
-- 
Sean A Corfield -- (904) 302-SEAN
Railo Technologies, Inc. -- http://getrailo.com/
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

-- 
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