eastwood 2018-12-01

I'm trying to invoke eastwood using clj with a ~/.clojure/deps.edn alias following the instructions in the eastwood README.md. However, I'm getting an error and I'm unsure how to debug this issue.

$ clj -A:eastwood
Exception in thread "main" java.lang.NullPointerException
	at clojure.core$apply.invokeStatic(core.clj:665)
	at clojure.main$main_opt.invokeStatic(main.clj:491)
	at clojure.main$main_opt.invoke(main.clj:487)
	at clojure.main$main.invokeStatic(main.clj:598)
	at clojure.main$main.doInvoke(main.clj:561)
	at clojure.lang.RestFn.applyTo(RestFn.java:137)
	at clojure.lang.Var.applyTo(Var.java:705)
	at clojure.main.main(main.java:37)

eastwood will run if I run it from the clj repl. Any ideas?

I’ll have a look

I would imagine that it’s because the currently released version doesn’t have a main version.

My plan is to cut a release this weekend, that should fix it.

Eastwood 0.3.4 is released, and @norton I’ve verified that it works as expected.