lambdaisland / deep-diff2

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

Fall back to the system printer #21

Closed plexus closed 1 year ago

plexus commented 3 years ago

See comments on #12 , apparently we can make puget fall back to the system printer. I think it makes sense to do that unless specified otherwise.

Sadly this would constiute a breaking change, but without it custom types don't print in any meaningful way, and if people have registered their own print handlers they will still take precedence, so I think we can still consider this.