PR welcome?
Always
@huxley you can use the changeset from that PR as a template for your patch.
I didn’t add tests for the change because testing macro expansions are gross. However, now that I’m reflecting on my laziness it occurs to me that we could probably write tests with m/find
and m/$
to verify the tests are absent.
(m/find (macroexpand (with-meta form {:meander.epsilon/unsafe true})))
(m/$ (clojure.core/map? _)) false
_ true)
Its like testing the DOM.
😂