Fork me on GitHub
#clj-kondo
<
2019-11-26
>
borkdude12:11:40

I've tried out a branch with pmap instead of map. Old:

$ /usr/local/bin/clj-kondo --lint $(clj -Spath)
linting took 1436ms, errors: 133, warnings: 363
New:
linting took 895ms, errors: 135, warnings: 363
It's almost cheating 🙂

kszabo12:11:05

why did the errors/warnings change? 🙂

borkdude12:11:39

good point! I'll upgrade clj-kondo first...

kszabo12:11:26

for even better returns, try using upmap from https://github.com/TheClimateCorporation/claypoole

kszabo12:11:45

as order doesn’t matter AFAIK

borkdude12:11:46

there's still 2 errors, let me check what they are

borkdude12:11:14

hmm, I think there is a bug, still nice idea. 😛

borkdude12:11:01

upmap is nice, but I don't think clj-kondo can profit from it, as everything's analyzed, then the results are ordered, etc.

borkdude14:11:25

Windows tests merged to master

👍 4
sogaiu17:11:45

tried the tests from master on windows and they seemed to run without problems :thumbsup:

sogaiu19:11:01

@borkdude probably not what you're looking for, but if there were a canonical way (so not specific to clj-kondo) to store annotative info outside of source, that could be a nice place for such info. i've been looking for something like this for a while so if someone knows of such a way, would be happy to hear more about it.