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

Use new Orchard #869

Closed alexander-yakushev closed 5 months ago

alexander-yakushev commented 5 months ago

Update Orchard to the latest version. This gets all latest inspector updates and new orchard.print namespace.

vemv commented 5 months ago

Re https://github.com/clojure-emacs/orchard/issues/227#issuecomment-2085593375 , maybe we can set that default here in advance

alexander-yakushev commented 5 months ago

Re clojure-emacs/orchard#227 (comment) , maybe we can set that default here in advance

While there is a default of 50000 (soon to be 10000) in orchard.inspect, we will probably also have a default for defcustom in CIDER, also 10000, so it can be handled there. I'll avoid adding another layer of defaults for it in cider-nrepl.

alexander-yakushev commented 5 months ago

Ready now.

vemv commented 5 months ago

I've installed this. First impression is of course good.

The inspector is my "repl" so to speak so there will be a fair bit of usage over the next days.