On Sun, Dec 23, 2012 at 8:50 AM, Peter Taoussanis <ptaoussa...@gmail.com>wrote:

> Specifically, seem to be having trouble with
> `ring.middleware.reload/wrap-reload`:
> Exception in thread "main" java.lang.IllegalArgumentException: contains?
> not supported on type: clojure.lang.LazySeq, compiling:(routes.clj:294:3)
> Line 294 is where the wrap-reload is applied, and this compiles fine under
> alpha3.
>

Sounds like http://dev.clojure.org/jira/browse/CLJ-932 where contains? now
throws an exception if used on a non-keyed collection type.


> Also `lein swank` appears to be failing on Leiningen 2.0.0-preview10:
> Exception in thread "main" java.lang.IllegalArgumentException: No matching
> ctor found for class clojure.lang.Compiler$CompilerException,
> compiling:(swank/commands/basic.clj:182:24)
>

Given that swank-clojure is deprecated, this may be the not so subtle push
that moves everyone over to nREPL :) IIRC, the problem is that swank
constructs that Java class explicitly and its signature has changed to
include column number?
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

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