I think this could be due to CLJX imposing a version of piggieback (0.1.0) that isn't compatible with Austin - when CLJX's plugin's lein middleware adds the CLJX dependency, it adds it in a way that takes preference over any other later piggieback dependencies that you put in, and takes away the ability to apply exclusions.
I'm working around this currently by something like https://gist.github.com/james-henderson/4c890844903f6054334b I could have sworn that I submitted a bug report to CLJX but must have dreamed it - will do it now! :) James On Monday, 26 May 2014 10:21:34 UTC+1, Chas Emerick wrote: > What version of ClojureScript are you using? Sounds like an incompatibility. > > > > - Chas > > > > On 05/23/2014 09:44 PM, kovas boguta wrote: > > > So combing austin & cljx is blowing up for me. > > > > > > In browser-connected-repl-sample/project.clj , ive added > > > > > > [com.keminglabs/cljx "0.3.2"] > > > > > > in the :dev :plugins profile. > > > > > > at the repl, trying to invoke the cljs repl I get the error: > > > > > > cemerick.austin.bcrepl-sample=> (cemerick.austin.repls/cljs-repl repl-env) > > > > > > NullPointerException clojure.core/deref-future (core.clj:2108) > > > > > > When I remove the plugin in project.clj, everything works. > > > > > > Any ideas? > > > > > > Thanks > > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
