clj-commons / manifold

A compatibility layer for event-driven abstractions
1.01k stars 106 forks source link

Add clj-kondo config for loop and let-flow #219

Closed cosineblast closed 1 year ago

cosineblast commented 1 year ago

As mentioned in issue #214, it would be very nice to have clj-kondo support for some macros. It turns out this is fairly simple to do for let-flow and loop as their API is similar to clojure.core/let.

KingMob commented 1 year ago

Thanks for contributing this!

KingMob commented 1 year ago

Feel like adding any more macros? If so, I can hold off on merging.

cosineblast commented 1 year ago

Well, for the public API macros, I believe the only one that still has issues with clj-kondo is let-flow', for which I will be updating the PR to cover. After that, I'll be done with this PR