clojure-emacs / orchard

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

[inspector] Misc improvements #243

Closed alexander-yakushev closed 2 months ago

alexander-yakushev commented 2 months ago

Nothing user-facing here except removing eval-and-inspect.

The controversial change of using vector for :rendered is in its own commit. No tests added because of Clojure's list/vector equality semantics. Besides, :rendered still becomes a seq in the end for now, until this transformation is moved into cider-nrepl instead.

bbatsov commented 2 months ago

Nice changes! Thanks!