Hi! I want to try eastwood, but getting an error on some open source projects. For example I was trying to run eastwood against the riemann repo (https://github.com/riemann/riemann), but getting the following error:
== Eastwood 0.3.5 Clojure 1.9.0 JVM 1.8.0_181 ==
Unknown error: {:type :reader-exception, :ex-kind :reader-error}
Subprocess failed
Could you please point me to the right direction? I didn't manage to google it correctly@sergeyw with clj-kondo I get: ./src/riemann/streams/pure.clj:0:0: error: can’t parse ./src/riemann/streams/pure.clj, Unexpected EOF reading string starting “” /--- c0 ---“.
oh wow
I think the backslash might be invalid there
So basically it is a syntax parser error, isn't it?
yeah, I can reproduce it like this:
clj -e '(ns foo "/---\")'
that might be it, not sure if it is. it’s the only parse error I was getting
I have deleted those lines, and now eastwood's output appears. Thank you a lot! Couldn't imagine it was a syntax issue.