Good catch fixed in master and a new release is pending. Thanks for the report.

On Sat, Aug 9, 2014 at 6:39 PM, Makoto H. <tokomakoma...@gmail.com> wrote:
> I am using om and clojurescript using cemerick's austin.
> When I updated clojurescript to the latest version from 0.0-2280 to 0.0-2307,
> Browser-REPL did not work. The following is when I was starting bRepl.
>
>
> ; nrepl.el 0.2.0 (Clojure 1.6.0, nREPL 0.2.3)
> user> (in-ns 'om-tut.server)
> #<Namespace om-tut.server>
> om-tut.server> (run)
> #<Server org.eclipse.jetty.server.Server@7be66d61>
> om-tut.server>   (def repl-env (reset! cemerick.austin.repls/browser-repl-env 
> (cemerick.austin/repl-env)))
> WARNING: Symbol event/EventType is not a protocol at line 44 
> file:/userdata/appdata/maven/.m2/repository/org/clojure/clojurescript/0.0-2307/clojurescript-0.0-2307.jar!/clojure/browser/net.cljs
> Browser-REPL ready @ http://localhost:43306/8697/repl/start
> #'om-tut.server/repl-env
> om-tut.server>   (cemerick.austin.repls/cljs-repl repl-env)
> WARNING: Extending an existing JavaScript type - use a different symbol name 
> instead of js/String e.g string at line 125 
> /home/makoto/clojure/om-tut/src/cljs/om_tut/higher_order.cljs
> Type `:cljs/quit` to stop the ClojureScript REPL
> nil
> cljs.user> 1
> (no response....)
>
> The message 'WARNING: Symbol event/EventType is not a protocol at line 44' 
> seems to be suspicious.
>
> My test code is here.
>
> https://github.com/tokomakoma123/om-tut
>
> Using 0.0-2280 worked fine. What is problem in my configuration or is there 
> any
> problem in the latest version of clojurescript ?
>
> Thanks,
> Makoto
>
> --
> 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 clojurescript@googlegroups.com.
> Visit this group at http://groups.google.com/group/clojurescript.

-- 
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 clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to