protorepl

mattly 2018-03-07T21:29:05.000294Z

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

mattly 2018-03-07T21:29:57.000625Z

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

rgdelato 2018-03-07T22:05:37.000374Z

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

rgdelato 2018-03-07T22:06:15.000692Z

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)

mattly 2018-03-07T22:51:21.000309Z

I’m using 0.8.9

mattly 2018-03-07T22:53:16.000122Z

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

mattly 2018-03-07T22:53:31.000207Z

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