clojure-emacs / orchard

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

[inspector] Display count in the header for objects with known size #252

Closed alexander-yakushev closed 2 months ago

alexander-yakushev commented 2 months ago

Similarly to how it was already done for arrays, Counted objects now also show their size upfront.

bbatsov commented 2 months ago

The code looks good to me, although it seems there's a small spacing mistake that results in failing CI.