clojure-emacs / orchard

A fertile ground for Clojure tooling
Eclipse Public License 1.0
326 stars 54 forks source link

Inspector: datafy is rendered for maps with nil values #206

Closed alexander-yakushev closed 1 year ago

alexander-yakushev commented 1 year ago

The inspector has a guard in place to avoid rendering datafied representation if it the same as the plain view of the object. However, this causes plain maps to be rendered twice if the map contains at least one nil value. Example:

image

Is this an expected behavior?

vemv commented 1 year ago

This was fixed in https://github.com/clojure-emacs/orchard/pull/200

I should cut a release around today 👀

alexander-yakushev commented 1 year ago

My bad, sorry!

vemv commented 1 year ago

No issue!

I just cut new orchard + cider-nrepl versions, as available in cider master.