Closed sbelak closed 6 years ago
That is very strange ... what version on Gorilla are you using, and what command did you start it with?
0.3.4 (from Clojars) lein gorilla (from a blank project)
Huh. The only thing I can think of is if one of the dependencies "bundled" with Leiningen has changed - what version of lein are you using? I'll try and reproduce on a fresh VM.
2.51. I've now tried with a clean profiles.clj and it works as it should, so it must have been a conflict with one of the other plugins.
I just ran into this issue. I removed cider-nrepl
from my ~/.lein/profiles.clj
profile, and the problem is solved. I suspect there's simply a limit to the number of things that can mess with the (n)repl without things going awry.
Hi Sam, thanks for the details. I think Gorilla needs to be compatible with cider, as cider is so widely used. I'll look in to this and try and figure out how to work around the problem.
I'm going to hope this is fixed with the latest version, org.clojars.benfb/gorilla-repl "0.5.1"
. If not, please open a new issue at benfb/gorilla-repl. Thanks!
Both plots and simple expressions such as
(+ 1 2)
produce only[object Object]
as output. Stranger still, exceptions and explicit output usingprint
work as expected.Looking at the WS traffic, what's coming from the server seems correct, although potentially quoted one time too many. For instance
(+ 1 2)
results in:There are no Javascript errors. OS X. Have tried in Chrome 44 and Safari.