eastwood

All things realted to eastwood - the Clojure linter
borkdude 2019-04-25T16:55:37.001300Z

for a side project I’m doing I need information about which clojure functions are predicates. There is a var-info.edn file in eastwood which provides this info . It would be nice if I could extract some information from that. Is that OK? What should I do license wise? I’m not copying code directly.

borkdude 2019-04-25T16:56:33.001600Z

(cc @slipset)

slipset 2019-04-25T16:57:17.002700Z

It’s ok for me, but I know nothing about licenses. Maybe @andy.fingerhut knows?

2019-04-25T17:49:46.003900Z

I know that I wrote all of the code in that file, so can, and do, give you permission to copy that and release under any open source license you want.

2019-04-25T17:50:40.005Z

Note that it might be a little out of date with Vars added in the latest versions of Clojure, e.g. since whatever Clojure version was current when that file was last updated. Updates welcome.

borkdude 2019-04-25T18:02:27.005200Z

Thanks!