clojure-emacs / cider-nrepl

A collection of nREPL middleware to enhance Clojure editors with common functionality like definition lookup, code completion, etc.
https://docs.cider.mx/cider-nrepl
677 stars 176 forks source link

Fix `"inspect-refresh"` op #834

Closed vemv closed 11 months ago

vemv commented 11 months ago

It broke at some point, possibly long ago, as it was showing the same inspector instead of a refreshed one.

Cheers - V

vemv commented 11 months ago

Hmmm an unrelated test broke:

FAIL in (print-object-test) (test_test.clj:263)
uses println for matcher-combinators results, otherwise invokes pprint
println is chosen, as indicated by strings printed without quotes

strangely enough we were testing for matcher-combinators results, but we hadn't that library in. Probably this indicates a bug from our side.