meander

All things about https://github.com/noprompt/meander Need help and no one responded? Feel free to ping @U5K8NTHEZ
2021-06-25T06:30:57.068400Z

PR welcome?

jimmy 2021-06-25T12:46:29.068600Z

Always

noprompt 2021-06-25T17:28:11.069800Z

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

noprompt 2021-06-25T17:30:30.072100Z

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.

noprompt 2021-06-25T17:32:02.073700Z

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

noprompt 2021-06-25T17:32:21.074200Z

Its like testing the DOM.

noprompt 2021-06-25T17:32:25.074400Z

😂