nrepl / weasel

ClojureScript browser REPL using WebSockets
The Unlicense
324 stars 35 forks source link

compatibility issue with clojurescript 2311 #22

Closed joerupen closed 9 years ago

joerupen commented 10 years ago

When I run weasel against clojurescript 2311 I get the following error:

(cemerick.piggieback/cljs-repl
        :repl-env (weasel.repl.websocket/repl-env
                   :ip "0.0.0.0" :port 9001))
WARNING: Symbol event/EventType is not a protocol at line 25 /.../weasel-0.3.0.jar!/weasel/impls/websocket.cljs

When I use ClojureScript 2202 it works.

the-kenny commented 10 years ago

https://github.com/tomjakubowski/weasel/pull/21 contains a fix for this.