protorepl

rgdelato 2017-02-27T00:30:02.000730Z

Very nice! Your instructions worked! 😄 ...my REPL text isn't having the weird coloring issue, but yeah, exiting the REPL throws an error and still leaves Figwheel running for me: https://cl.ly/0e2b1P3w3l2J

shaun-mahood 2017-02-27T00:57:57.000732Z

@rgdelato: Yeah, I think that might be part of a more major problem - I can’t seem to load a file or change namespaces in the REPL. Best option right now to actually use it is probably nREPL unless we can figure out what’s going on with this. @jasongilman: Having no idea how proto REPL actually works, I kind of assumed that it used lein repl to run the commands and such. Is that accurate or am I totally off base?

shaun-mahood 2017-02-27T01:25:15.000733Z

@rgdelato: Actually, it seems like everything I was trying in the local version also gives me the same errors in the nrepl version, maybe I’m doing something dumb. Is there anything (besides the figwheel REPL commands) that isn’t working for you properly if you run figwheel locally?

niclasnilsson 2017-02-27T12:00:45.000734Z

What is the reason for the “white diamond” to keep “circulating” in the editor window and never stop? I seem to get that a lot, and the CPU usage seems to go up then (the fans are starting) as well. Am I doing something wrong, unintentionally?

moxaj 2017-02-27T13:50:50.000736Z

@niclasnilsson I believe that's a bug, I'm experiencing that as well

moxaj 2017-02-27T13:51:23.000737Z

normally, that'd indicate that the REPL hasn't answered yet

niclasnilsson 2017-02-27T14:35:21.000738Z

Ok, it most often happens when there is an exception, so it did answer in a way, but didn’t succeed.

niclasnilsson 2017-02-27T14:58:27.000740Z

Yep, seems to be one left after each exception in the REPL, and it stays around. This is close to a showstopper (have to restart Atom to quiet the fan). Am I the only one creating exceptions in the REPL often enough to find this to be a problem?

moxaj 2017-02-27T15:10:15.000743Z

you don't have to restart

moxaj 2017-02-27T15:10:25.000744Z

there's a proto-repl: interrupt command

niclasnilsson 2017-02-27T15:13:53.000745Z

ah

niclasnilsson 2017-02-27T15:16:23.000746Z

Much better - enjoying the silence! Thanks @moxaj

moxaj 2017-02-27T15:43:47.000747Z

somewhat relevant xkcd: https://xkcd.com/1172/

niclasnilsson 2017-02-27T20:57:42.000749Z

😄