Fork me on GitHub
#protorepl
<
2018-03-07
>
mattly21:03:05

wait a minute, is joker supposed to deal with threading macros incorrectly?

mattly21:03:57

(->> things (drop 1)) yields warning: wrong number of arguments passed to joker.core/drop

rgdelato22:03:37

Sounds like a bug, I'd open an issue: https://github.com/candid82/joker/issues

rgdelato22:03:15

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)

mattly22:03:21

I’m using 0.8.9

mattly22:03:16

my example was bad, what I provided in the literal example does in fact have no warnings

mattly22:03:31

I’ll come up with a better example that doesn’t have maybe-sensitive work stuff in it