nrepl / weasel

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

(Safari) Hanging REPL when updating CLJS 2234->2261 #17

Closed jarohen closed 10 years ago

jarohen commented 10 years ago

Hi Tom,

Mike Fikes (@mfikes) has found an issue with CLJS REPLs in Safari which impacts Weasel when users upgrade from CLJS 2234->2261. If I'm honest, I don't understand the full cause, but it involves the changes to hashing introduced in clojure/clojurescript@6ed5857 meaning that the WS message from the server is read incorrectly.

Github discussion is here: james-henderson/simple-brepl#4 Clojure bug report is here: http://dev.clojure.org/jira/browse/CLJS-823

Thanks for a great, stable browser REPL!

James

mfikes commented 10 years ago

This issue is resolved with ClojureScript build 0.0-2268 [https://groups.google.com/forum/#!topic/clojure/i_w6fkfNW3U]