Fork me on GitHub
#protorepl
<
2017-07-29
>
rorysmith17:07:50

hello, I ran proto-repl successfully, then restarted atom and started it proto-repl back up inside my project. now i get this error:

Exception in thread "main" java.lang.RuntimeException: Unable to resolve symbol: create in this context, compiling:(/private/var/folders/5s/n1v4xm710pl9wwf62qztrcmw0000gn/T/form-init7690486055166284151.clj:4223:33)
	at clojure.lang.Compiler.analyze(Compiler.java:6688)
	at clojure.lang.Compiler.analyze(Compiler.java:6625)
	at clojure.lang.Compiler$HostExpr$Parser.parse(Compiler.java:1009)
	at clojure.lang.Compiler.analyzeSeq(Compiler.java:6868)
	at clojure.lang.Compiler.analyze(Compiler.java:6669)
	at clojure.lang.Compiler.analyzeSeq(Compiler.java:6856)
	at clojure.lang.Compiler.analyze(Compiler.java:6669)
	at clojure.lang.Compiler.access$300(Compiler.java:38)
...
and i can't use the repl. any idea what i'm doing wrong?

seancorfield17:07:50

@rorysmith Hard to say but the error says create doesn't resolve -- is that part of your code?

rorysmith17:07:02

it's not, no

rorysmith17:07:16

i started a new project with lein, and now the error isn't there

seancorfield17:07:20

Are you using Leiningen or Boot? What's in your project folder?

rorysmith17:07:37

so must be project related but i couldn't figure out what exactly

seancorfield17:07:43

Ah, so probably something in your previous project.clj file or a dependency it was pulling in...

rorysmith22:07:15

it seems to come up every time i re-open a project in atom :thinking_face: and i can't use the repl without starting a new project 😞