protorepl

2017-05-09T00:22:04.663642Z

Anybody can help me debug, why save feature not working in my local project? I added proto-repl to dev dependencies as:

:profiles {:dev {:env {:ws-host "<http://localhost:8060/>"}
                   :source-paths ["dev"]
                   :dependencies [[proto-repl "0.3.1"]]
however when I’m trying to call in repl proto-repl.saved-values/save I’ve got something like:
CompilerException java.lang.ClassNotFoundException: proto-repl.saved-values, compiling:(/private/var/folders/ty/q1nfz8qn24x_8p27fx7z14yr0000gp/T/form-init3882144268193050782.clj:1:1) 
Not sure how to fix that

jasongilman 2017-05-09T12:10:20.004324Z

Try adding a require for that namespace in you user.clj