clojure-emacs / orchard

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

Fix inspector navigation fns to work with pagination #230

Closed p4v4n closed 3 months ago

p4v4n commented 4 months ago

Closes https://github.com/clojure-emacs/orchard/issues/216

bbatsov commented 4 months ago

@alexander-yakushev feel free to take a look as well.

vemv commented 4 months ago

Great work! It's been a pleasure to see coverage grow commit after commit.

I'll try this out locally. Feel free to, as well.

Cheers - V

vemv commented 3 months ago

Merging and releasing this in cider-nrepl today

tbh I didn't have the chance to try it out, but based on code review and the test coverage, it certainly looks like a great overall improvement.

I have a little personal app where I use next-sibling all the time so any possible improvement won't escape our radar.

Cheers - V