lambdaisland / deep-diff2

Deep diff Clojure data structures and pretty print the result
Eclipse Public License 1.0
296 stars 18 forks source link

ClojureScript support #2

Closed plexus closed 2 years ago

plexus commented 5 years ago

ClojureScript support should be fairly easy once all upstream dependencies have ClojureScript support.

More info in this thread: https://github.com/pjstadig/humane-test-output/pull/34

plexus commented 5 years ago

Working on the ClojureScript implementation of Kaocha this is starting to become more relevant to me. Looking at our dependencies.

This seems to be the main blocker, it has an open PR by @vevantius and related issue from 2015/2016 with not much news since.

There is a port to CLJC that was never merged, but it has been published to a separate group id on Clojars. -SNAPSHOT only at the moment but we could run with this, if necessary by pushing our own fork.

Are CLJC compatible, yay.

plexus commented 2 years ago

This has been wrapped up about two years ago.