Re: [ANN] Clojure 1.7.0 is now available

2015-07-01 Thread Andrea Russo
> > Congratulations to everyone involved and thank you for this great piece of > work! Regards, Andrea. -- 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

Re: [ANN] Clojure 1.7.0 is now available

2015-06-30 Thread blake watson
Yep. Got the same error, found the same fix. Was impressed at how easy it was to fix. (Seriously, compared to most upgrades I've had to do in my life...) On Tue, Jun 30, 2015 at 10:13 AM, Robert Beaupre wrote: > Thanks. Looks like it was in Compojure - linked to at the bottom of the > page you

Re: [ANN] Clojure 1.7.0 is now available

2015-06-30 Thread Robert Beaupre
Thanks. Looks like it was in Compojure - linked to at the bottom of the page you sent over: https://github.com/bhauman/lein-figwheel/issues/161 On Tuesday, 30 June 2015 10:01:01 UTC-7, Gary Trakhman wrote: > > You'll have to bump instaparse versions: > https://github.com/clojure-emacs/refactor

Re: [ANN] Clojure 1.7.0 is now available

2015-06-30 Thread Gary Trakhman
You'll have to bump instaparse versions: https://github.com/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 change from 1.6.0 to 1.7.0. > > #error { > >

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 [{:

[ANN] Clojure 1.7.0 is now available

2015-06-30 Thread Alex Miller
We are pleased to announce the release of Clojure 1.7. - Download: https://repo1.maven.org/maven2/org/clojure/clojure/1.7.0/ - Leiningen: [org.clojure/clojure "1.7.0"] The two headline features for 1.7 are transducers and reader conditionals. Also see the complete list ( https://github.com/clojur