clojure-emacs / orchard

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

[inspect] Don't crash when field contains non-equiv()able value #287

Closed alexander-yakushev closed 3 months ago

alexander-yakushev commented 3 months ago

Happens when the object declares but doesn't implement all the necessary methods. Such object is not correct, but we should still be aware.

bbatsov commented 3 months ago

The change looks good. I think it deserves a mention in the changelog, as it's a bugfix more or less.