Re: [ANN] Clojure 1.7.0 is now available

2015-06-30 Thread Robert Beaupre
/clojure-emacs/refactor-nrepl/issues/53 > > On Tue, Jun 30, 2015 at 12:57 PM Robert Beaupre > wrote: > >> Is anyone else getting the following error with 1.7.0 when running lein >> repl? All I did was ch

Re: [ANN] Clojure 1.7.0 is now available

2015-06-30 Thread Robert Beaupre
Is anyone else getting the following error with 1.7.0 when running lein repl? All I did was change from 1.6.0 to 1.7.0. #error { :cause Wrong number of args (2) passed to: StringReader :via [{:

JSON serialization with unknown types

2012-09-26 Thread Robert Beaupre
Hi there, I am wondering what the best/recommended way to deal with serialization of unknown types to JSON with clojure.data.json. For things like UUIDs and SQL Dates, I get errors like this: java.lang.Exception: Don't know how to write JSON of class java.util.UUID With Clojure 1.4 is there an