You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#124: Throw a clear error when cljs-repl is invoked outside of an nREPL session (e.g. from Leiningen's :repl-options :init) instead of a cryptic "Can't change/establish root binding".
#120: Fix printing of unknown tagged literals (a space was missing after the tag and string data lost its quotes).
#62: Keep evaluation working after a REPL setup error by always recording the compiler env.
#111: Fix ClojureScript output being tagged with the REPL-starting message's id and vanishing after reconnecting to a session.