You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indeed very useful library. I found an unexpected scenario that might be suitable for a clj-kondo check maybe.
In the example below shadowing m leads to unexpected result. I would expect that the shadowing would not affect the "for"-like binding part. So if the below is not a bug, maybe clj-kondo could help.
There's a clj-kondo
analyze-call
hook I created for your excellentloopr
macro, here.Apparently libraries can export clj-kondo configs, but unfortunately I don't have the time to wrap this up in a nice PR right now.
The text was updated successfully, but these errors were encountered: