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

Exercise enrich-classpath and all Orchard Parser variants in CI #820

Closed vemv closed 1 year ago

vemv commented 1 year ago

It is valuable to check that our usual tests don't fail in presence of Enrich. Just a couple tests had to be adapted (for the better: with enrich in, the assertion is richer).

It's basically the same setup I introduced in https://github.com/clojure-emacs/orchard/pull/192 , with some variations.

Cheers - V

bbatsov commented 1 year ago

Looks good to me.