protorepl

seancorfield 2017-07-30T01:21:13.356899Z

@rorysmith Sorry you're having that problem. I've never seen anything like that so I've no idea what to suggest. If you create a new project, add it to Atom (as the only project) and start a REPL, are you definitely getting a Clojure REPL (not a ClojureScript one) based on that project? i.e., you can require the main namespace in that project? Without changing anything at all, quit Atom, and start it back up and start the REPL exactly the same way -- if that works, but editing something between times breaks it, it pretty much has to be whatever edits you're making. If re-opening the same project with no edits and starting a Clojure REPL the exact same way fails the second time... I'm at a complete loss. I've no idea how that could even be possible.

rorysmith 2017-07-30T11:43:46.189560Z

thanks for your input @seancorfield i've opened an issue on github 🙂

rorysmith 2017-07-30T11:45:00.193481Z

https://github.com/jasongilman/proto-repl/issues/267

rorysmith 2017-07-30T11:45:10.194283Z

it's definitely a Clojure REPL - the only file i am changing is core.clj - i'm not touching any other part of the project