Re: ANN: ClojureScript 0.0-3211

2015-04-26 Thread Jacob Goodson
Hey Davis, would you mind replying to this topic? Thanks! https://groups.google.com/forum/#!topic/clojure/7oROqb6dGSU On Saturday, April 25, 2015 at 7:12:31 PM UTC-4, David Nolen wrote: You need to make sure some other dependency isn't pulling in a different version of tools.reader. David

Re: ANN: ClojureScript 0.0-3211

2015-04-26 Thread Jacob Goodson
Hey David, would you mind replying to this topic? Thanks! https://groups.google.com/forum/#!topic/clojure/7oROqb6dGSU Dang typo! On Saturday, April 25, 2015 at 7:12:31 PM UTC-4, David Nolen wrote: You need to make sure some other dependency isn't pulling in a different version of

Re: ANN: ClojureScript 0.0-3211

2015-04-25 Thread Allen Rohner
On Saturday, April 25, 2015 at 4:11:40 PM UTC-5, Allen Rohner wrote: On Saturday, April 25, 2015 at 12:02:08 PM UTC-5, Mike Fikes wrote: Hey Tony, try updating the version of Clojure in your project.clj to 1.7.0-beta1, which is used by 0.0-3211. (In short, reader/read was given a

Re: ANN: ClojureScript 0.0-3211

2015-04-25 Thread David Nolen
You need to make sure some other dependency isn't pulling in a different version of tools.reader. David On Sat, Apr 25, 2015 at 11:11 PM, Allen Rohner aroh...@gmail.com wrote: On Saturday, April 25, 2015 at 12:02:08 PM UTC-5, Mike Fikes wrote: Hey Tony, try updating the version of Clojure

Re: ANN: ClojureScript 0.0-3211

2015-04-25 Thread Mike Fikes
Hey Tony, try updating the version of Clojure in your project.clj to 1.7.0-beta1, which is used by 0.0-3211. (In short, reader/read was given a second arity to allow options to be passed, thus supporting #? conditional reading.) -- You received this message because you are subscribed to the

Re: ANN: ClojureScript 0.0-3211

2015-04-25 Thread Allen Rohner
On Saturday, April 25, 2015 at 12:02:08 PM UTC-5, Mike Fikes wrote: Hey Tony, try updating the version of Clojure in your project.clj to 1.7.0-beta1, which is used by 0.0-3211. (In short, reader/read was given a second arity to allow options to be passed, thus supporting #? conditional

Re: ANN: ClojureScript 0.0-3211

2015-04-25 Thread Tony Tam
Hi, I'm getting the following error when running cljsbuild with the latest clojurescript build (3211). Changing back to 3126 makes the build work. Haven't been able to pinpoint the source. clojure.lang.ArityException: Wrong number of args (2) passed to: reader/read at

ANN: ClojureScript 0.0-3211

2015-04-22 Thread David Nolen
ClojureScript, the Clojure compiler that emits JavaScript source code. README and source code: https://github.com/clojure/clojurescript Leiningen dependency information: [org.clojure/clojurescript 0.0-3211] This release is a bugfix release addressing some regressions as well as introducing