Hi,

Following today's SVN updates to the Clojure Core and Contrib (as of
this writing, at 17:42 PST, which is GMT -8), I can no longer invoke the
Contrib REPL as I was able to before today. When I do, I get no prompt
until I type a non-empty line, after which I'm presented with an
unending repetition of this:

java.lang.IllegalArgumentException: Wrong number of args passed to: 
repl-ln$read-hook


My launcher script does this when I request invocation of the Contrib REPL:

% java -cp "..." clojure.main --init /home/rschulz/.clojure/user.clj -e '(use 
'clojure.contrib.repl-ln)' -e '(repl)'


So, what is the correct way to invoke the Contrib REPL now?

By the way, the stock REPL works as expected.


Randall Schulz

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