eastwood

All things realted to eastwood - the Clojure linter
2018-10-12T00:15:16.000100Z

OK, committed that change to the warning message we talked about. Should be in next Eastwood release. Thanks for the idea.

2018-10-12T00:18:05.000100Z

Looks like latest Eastwood source is failing checking itself, because function eastwood.src-files/find-source-files tries to call non-existent function util/index-map <-- @slipset

2018-10-12T00:18:20.000100Z

Not urgent, just passing on the note

slipset 2018-10-12T04:52:26.000100Z

Hmm, circele-ci seems report that everything is ok?

slipset 2018-10-12T04:54:31.000100Z

commit 7166d5ee642749f38247a765bee4095312310a5e (HEAD -&gt; master, origin/master, origin/HEAD)
Author: Andy Fingerhut &lt;andy_fingerhut@alum.wustl.edu&gt;
Date:   Thu Oct 11 17:12:44 2018 -0700

    Update one message from :suspicious-test message to suggest how to quiet warning

slipset 2018-10-12T04:54:50.000100Z

runs both lein test and lein eastwood without errors?

2018-10-12T05:38:03.000100Z

I tried lein check and got an error, and also lein eastwood. Let me check again.

2018-10-12T05:41:17.000100Z

Hmm. fresh clone is OK, so probably something extra in one of the untracked files in my other copy

2018-10-12T05:48:46.000100Z

Sorry, my mistake. I don't know where that untracked file in my src directory came from -- maybe I applied a patch some time ago and forgot it was there.

slipset 2018-10-12T05:50:24.000100Z

No worries! I’m just happy you’re helping out :)

slipset 2018-10-12T05:51:50.000100Z

BTW, you probably are aware, but Eastwood gets built, tested, and linted on every commit pushed to github.

slipset 2018-10-12T05:53:12.000100Z

It would have been nice to deploy a version to clojars on any commit to master, but I’d need @jonas to set that up.