Fork me on GitHub
#clj-kondo
<
2020-11-30
>
lread22:11:12

Heyo! I just learned that defprotocol https://clojure.atlassian.net/browse/CLJ-888. Should clj-kondo help out with a linter here? If so, want me to raise a git issue?

borkdude22:11:29

@lee It would help me if you could also make a suggestion for the specific error message, it will make me think less

lread22:11:39

Sure thing.

borkdude22:11:18

I'll also label it as PR welcome, but I'll get to it at some point if nobody else will take it

lread22:11:32

I’m distractible to a fault, so I’d better not take it on until I make some progress on rewrite-cljc. simple_smile

borkdude22:11:05

And I wouldn't want to distract you from that :)

lread22:11:27

Also… noticed that clj-kondo doesn’t seem to validate defrecord functions? Maybe that’s covered by https://github.com/borkdude/clj-kondo/issues/140

borkdude22:11:01

yes, that's a TODO. I run into it myself sometimes, but quite rarely :)

lread22:11:30

Yeah, rewrite-clj uses protocols and records and that’s the only reason I noticed.

borkdude22:11:38

I'll put that in the high priority column, it's been sitting there long enough ;)