jasongilman / proto-repl

A Clojure Development Environment package for the Atom editor
https://atom.io/packages/proto-repl
MIT License
563 stars 50 forks source link

Repl is crahing with java.lang.IllegalArgumentException: No such namespace: clojure.tools.namespace.repl #194

Closed pradeepcheers closed 7 years ago

pradeepcheers commented 7 years ago

java.lang.IllegalArgumentException: No such namespace: clojure.tools.namespace.repl

jasongilman commented 7 years ago

Proto REPL tries to use this namespace when it starts up. I recommend including the Proto repl lib dependency (see https://clojars.org/proto-repl) which will allow you to use a lot of the features.

jasongilman commented 7 years ago

There are settings to disable refresh if you don't want to include it.

pradeepcheers commented 7 years ago

Thanks @jasongilman. Adding proto-repl dependency to my project.clj fixed the issue.