I'm simply trying to run some tests and lein spec is failing with speclj.
Here is the beginning of a very long stack trace. (Let me know if you need more).
Exception in thread "main" java.lang.Exception: Unable to resolve symbol: file i
n this context (spec.clj:16)
at clojure.lang.Compiler.analyze(Compiler.java:5206)
at clojure.lang.Compiler.analyze(Compiler.java:5152)
at clojure.lang.Compiler$InvokeExpr.parse(Compiler.java:3037)
at clojure.lang.Compiler.analyzeSeq(Compiler.java:5372)
at clojure.lang.Compiler.analyze(Compiler.java:5191)
at clojure.lang.Compiler.analyze(Compiler.java:5152)
at clojure.lang.Compiler$HostExpr$Parser.parse(Compiler.java:831)
at clojure.lang.Compiler.analyzeSeq(Compiler.java:5370)
at clojure.lang.Compiler.analyze(Compiler.java:5191)......................... ...
A little more information, I'm running this on an ARM based computer using the OpenJDK that comes with Ubuntu.
I'm simply trying to run some tests and lein spec is failing with speclj. Here is the beginning of a very long stack trace. (Let me know if you need more).
Exception in thread "main" java.lang.Exception: Unable to resolve symbol: file i n this context (spec.clj:16) at clojure.lang.Compiler.analyze(Compiler.java:5206) at clojure.lang.Compiler.analyze(Compiler.java:5152) at clojure.lang.Compiler$InvokeExpr.parse(Compiler.java:3037) at clojure.lang.Compiler.analyzeSeq(Compiler.java:5372) at clojure.lang.Compiler.analyze(Compiler.java:5191) at clojure.lang.Compiler.analyze(Compiler.java:5152) at clojure.lang.Compiler$HostExpr$Parser.parse(Compiler.java:831) at clojure.lang.Compiler.analyzeSeq(Compiler.java:5370) at clojure.lang.Compiler.analyze(Compiler.java:5191)......................... ...
A little more information, I'm running this on an ARM based computer using the OpenJDK that comes with Ubuntu.
Thanks!