You're right. Thanks!!

cider-nrepl is pulling in an older version. Even though I tried narrowing
down and updating all dependencies (including lein plugins) to their
snapshot versions, my assumptions about versions and dependencies and how
updated they may have been were, obviously, so wrong! :)
And without realizing, I started the REPL via lein and pulling in those
dependencies - to try the direct compile - even though I was looking to
stay clean of lein + plugins to ensure that "bug" reproduction was 'pure'!
;-)

I wouldn't have guessed even if I'd have looked at the deps-tree, without
your directions. Thanks again!

Best,
jaju

On Sat, Apr 11, 2015 at 8:25 AM, Julien Eluard <julien.elu...@gmail.com>
wrote:

> Hi,
>
> that looks like a tools.reader version conflict. You can get more details
> about all your project dependencies using `lein deps :tree`. Make sure the
> only tools.reader is the one coming from ClojureScript.
>
> Julien
>
> Le vendredi 10 avril 2015 23:42:35 UTC-3, Ravindra Jaju a écrit :
> > Hi.
> >
> >
> > I need some help here to understand some errors I see after switching to
> 0.0-3196
> >
> >
> > Top-level exception message:
> > clojure.lang.ArityException: Wrong number of args (2) passed to:
> reader/read
> >
> >
> >
> > This was working okay with 0.0-3169
> >
> >
> > The change commit-id 6d4ee9c0f938ac62147ecda6a2a47fcb2cca69e4 has the
> following diff around reader/read
> >
> > -                          (reader/read pbr nil eof-sentinel opts nil))]
> > +                          (reader/read opts pbr))]
> >
> >
> > I'm using leiningen (lein-cljsbuild) to build this, but a direct build
> from REPL as follows (as suggested in the Wiki)
> > (require 'cljs.closure)
> >
> > (cljs.closure/build "src" {:output-to "out/main.js"})
> >
> >
> > also throws the same exception.
> >
> >
> > What could I be missing?
> >
> >
> > Thanks,
> > jaju
> >
>
> --
> Note that posts from new members are moderated - please be patient with
> your first post.
> ---
> You received this message because you are subscribed to the Google Groups
> "ClojureScript" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojurescript+unsubscr...@googlegroups.com.
> To post to this group, send email to clojurescr...@googlegroups.com.
> Visit this group at http://groups.google.com/group/clojurescript.
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to