wait a minute, is joker supposed to deal with threading macros incorrectly?
(->> things (drop 1))
yields warning: wrong number of arguments passed to joker.core/drop
Sounds like a bug, I'd open an issue: https://github.com/candid82/joker/issues
though I'm not seeing that issue with a real quick test, so I'd be interested to know maybe what version of joker you have? (not seeing the error with Joker 0.8.2 or 0.8.9)
I’m using 0.8.9
my example was bad, what I provided in the literal example does in fact have no warnings
I’ll come up with a better example that doesn’t have maybe-sensitive work stuff in it