Fork me on GitHub
#cljs-dev
<
2017-01-06
>
Yehonathan Sharvit06:01:00

I’m trying to run the tests of the clojurescript project with ./script/test and I am getting this exception:

Exception in thread "main" java.lang.IllegalArgumentException: No matching field found: close for
 class clojure.tools.reader.reader_types.PushbackReader, compiling:(/Users/viebel/libs/clojurescr
ipt/bin/../bin/cljsc.clj:22:1)

Yehonathan Sharvit07:01:46

I re-clone the repo and the error was gone 😄