malli

https://github.com/metosin/malli :malli:
borkdude 2021-06-28T21:44:31.236600Z

In case you didn't see it yet: https://github.com/piotr-yuxuan/malli-cli

👏 1
Gary Berger 2021-06-28T22:47:02.237400Z

I will open an issue but this spec returns NPE with explain

(deftest xor-test
  (is (= false
         (specs/explain
          [:and
           [:or
            [:map [:network integer?]]
            [:map [:snapshot integer?]]]
           [:not
            [:and
             [:map [:network integer?]]
             [:map [:snapshot integer?]]]]] {}))))

ikitommi 2021-07-01T15:36:50.246800Z

Answered, could not reproduce with malli 0.5.1