Fork me on GitHub
#meander
<
2021-06-25
>
ribelo06:06:57

PR welcome?

noprompt17:06:11

@huxley you can use the changeset from that PR as a template for your patch.

noprompt17:06:30

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.

noprompt17:06:02

(m/find (macroexpand (with-meta form {:meander.epsilon/unsafe true})))
  (m/$ (clojure.core/map? _)) false
  _ true)

noprompt17:06:21

Its like testing the DOM.