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?@rorysmith Hard to say but the error says create
doesn't resolve -- is that part of your code?
it's not, no
i started a new project with lein, and now the error isn't there
Are you using Leiningen or Boot? What's in your project folder?
so must be project related but i couldn't figure out what exactly
Ah, so probably something in your previous project.clj
file or a dependency it was pulling in...
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 😞